Adempiere 3.5.2a

org.compiere.model
Interface I_AD_WF_Responsible

All Known Implementing Classes:
MWFResponsible, X_AD_WF_Responsible

public interface I_AD_WF_Responsible

Generated Interface for AD_WF_Responsible

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Role_ID
          Column name AD_Role_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_AD_WF_Responsible_ID
          Column name AD_WF_Responsible_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ResponsibleType
          Column name ResponsibleType
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=646
static String Table_Name
          TableName=AD_WF_Responsible
 
Method Summary
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getAD_User_ID()
          Get User/Contact.
 int getAD_WF_Responsible_ID()
          Get Workflow Responsible.
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getName()
          Get Name.
 String getResponsibleType()
          Get Responsible Type.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
          Set Workflow Responsible.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setName(String Name)
          Set Name.
 void setResponsibleType(String ResponsibleType)
          Set Responsible Type.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_WF_Responsible

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=646


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Role_ID

static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_AD_WF_Responsible_ID

static final String COLUMNNAME_AD_WF_Responsible_ID
Column name AD_WF_Responsible_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_ResponsibleType

static final String COLUMNNAME_ResponsibleType
Column name ResponsibleType

See Also:
Constant Field Values
Method Detail

setAD_Role_ID

void setAD_Role_ID(int AD_Role_ID)
Set Role. Responsibility Role


getAD_Role_ID

int getAD_Role_ID()
Get Role. Responsibility Role


getAD_Role

I_AD_Role getAD_Role()
                     throws Exception
Throws:
Exception

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


setAD_WF_Responsible_ID

void setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
Set Workflow Responsible. Responsible for Workflow Execution


getAD_WF_Responsible_ID

int getAD_WF_Responsible_ID()
Get Workflow Responsible. Responsible for Workflow Execution


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setEntityType

void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization


getEntityType

String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setResponsibleType

void setResponsibleType(String ResponsibleType)
Set Responsible Type. Type of the Responsibility for a workflow


getResponsibleType

String getResponsibleType()
Get Responsible Type. Type of the Responsibility for a workflow


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.