Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Document_Action_Access

All Known Implementing Classes:
X_AD_Document_Action_Access

public interface I_AD_Document_Action_Access

Generated Interface for AD_Document_Action_Access

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Ref_List_ID
          Column name AD_Ref_List_ID
static String COLUMNNAME_AD_Role_ID
          Column name AD_Role_ID
static String COLUMNNAME_C_DocType_ID
          Column name C_DocType_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53012
static String Table_Name
          TableName=AD_Document_Action_Access
 
Method Summary
 int getAD_Ref_List_ID()
          Get Reference List.
 I_AD_Ref_List getAD_Ref_List()
           
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getC_DocType_ID()
          Get Document Type.
 I_C_DocType getC_DocType()
           
 void setAD_Ref_List_ID(int AD_Ref_List_ID)
          Set Reference List.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setC_DocType_ID(int C_DocType_ID)
          Set Document Type.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Document_Action_Access

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53012


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Ref_List_ID

static final String COLUMNNAME_AD_Ref_List_ID
Column name AD_Ref_List_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Role_ID

static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocType_ID

static final String COLUMNNAME_C_DocType_ID
Column name C_DocType_ID

See Also:
Constant Field Values
Method Detail

setAD_Ref_List_ID

void setAD_Ref_List_ID(int AD_Ref_List_ID)
Set Reference List. Reference List based on Table


getAD_Ref_List_ID

int getAD_Ref_List_ID()
Get Reference List. Reference List based on Table


getAD_Ref_List

I_AD_Ref_List getAD_Ref_List()
                             throws Exception
Throws:
Exception

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

setC_DocType_ID

void setC_DocType_ID(int C_DocType_ID)
Set Document Type. Document type or rules


getC_DocType_ID

int getC_DocType_ID()
Get Document Type. Document type or rules


getC_DocType

I_C_DocType getC_DocType()
                         throws Exception
Throws:
Exception

Adempiere 3.5.2a

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