Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Record_Access

All Known Implementing Classes:
MRecordAccess, X_AD_Record_Access

public interface I_AD_Record_Access

Generated Interface for AD_Record_Access

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_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_IsDependentEntities
          Column name IsDependentEntities
static String COLUMNNAME_IsExclude
          Column name IsExclude
static String COLUMNNAME_IsReadOnly
          Column name IsReadOnly
static String COLUMNNAME_Record_ID
          Column name Record_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=567
static String Table_Name
          TableName=AD_Record_Access
 
Method Summary
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getRecord_ID()
          Get Record ID.
 boolean isDependentEntities()
          Get Dependent Entities.
 boolean isExclude()
          Get Exclude.
 boolean isReadOnly()
          Get Read Only.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setIsDependentEntities(boolean IsDependentEntities)
          Set Dependent Entities.
 void setIsExclude(boolean IsExclude)
          Set Exclude.
 void setIsReadOnly(boolean IsReadOnly)
          Set Read Only.
 void setRecord_ID(int Record_ID)
          Set Record ID.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Record_Access

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=567


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_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_IsDependentEntities

static final String COLUMNNAME_IsDependentEntities
Column name IsDependentEntities

See Also:
Constant Field Values

COLUMNNAME_IsExclude

static final String COLUMNNAME_IsExclude
Column name IsExclude

See Also:
Constant Field Values

COLUMNNAME_IsReadOnly

static final String COLUMNNAME_IsReadOnly
Column name IsReadOnly

See Also:
Constant Field Values

COLUMNNAME_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

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_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       throws Exception
Throws:
Exception

setIsDependentEntities

void setIsDependentEntities(boolean IsDependentEntities)
Set Dependent Entities. Also check access in dependent entities


isDependentEntities

boolean isDependentEntities()
Get Dependent Entities. Also check access in dependent entities


setIsExclude

void setIsExclude(boolean IsExclude)
Set Exclude. Exclude access to the data - if not selected Include access to the data


isExclude

boolean isExclude()
Get Exclude. Exclude access to the data - if not selected Include access to the data


setIsReadOnly

void setIsReadOnly(boolean IsReadOnly)
Set Read Only. Field is read only


isReadOnly

boolean isReadOnly()
Get Read Only. Field is read only


setRecord_ID

void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID


getRecord_ID

int getRecord_ID()
Get Record ID. Direct internal record ID


Adempiere 3.5.2a

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