Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Table_Access

All Known Implementing Classes:
MTableAccess, X_AD_Table_Access

public interface I_AD_Table_Access

Generated Interface for AD_Table_Access

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AccessTypeRule
          Column name AccessTypeRule
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_IsCanExport
          Column name IsCanExport
static String COLUMNNAME_IsCanReport
          Column name IsCanReport
static String COLUMNNAME_IsExclude
          Column name IsExclude
static String COLUMNNAME_IsReadOnly
          Column name IsReadOnly
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=565
static String Table_Name
          TableName=AD_Table_Access
 
Method Summary
 String getAccessTypeRule()
          Get Access Type.
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 boolean isCanExport()
          Get Can Export.
 boolean isCanReport()
          Get Can Report.
 boolean isExclude()
          Get Exclude.
 boolean isReadOnly()
          Get Read Only.
 void setAccessTypeRule(String AccessTypeRule)
          Set Access Type.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setIsCanExport(boolean IsCanExport)
          Set Can Export.
 void setIsCanReport(boolean IsCanReport)
          Set Can Report.
 void setIsExclude(boolean IsExclude)
          Set Exclude.
 void setIsReadOnly(boolean IsReadOnly)
          Set Read Only.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Table_Access

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=565


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AccessTypeRule

static final String COLUMNNAME_AccessTypeRule
Column name AccessTypeRule

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_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_IsCanExport

static final String COLUMNNAME_IsCanExport
Column name IsCanExport

See Also:
Constant Field Values

COLUMNNAME_IsCanReport

static final String COLUMNNAME_IsCanReport
Column name IsCanReport

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
Method Detail

setAccessTypeRule

void setAccessTypeRule(String AccessTypeRule)
Set Access Type. The type of access for this rule


getAccessTypeRule

String getAccessTypeRule()
Get Access Type. The type of access for this rule


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

setIsCanExport

void setIsCanExport(boolean IsCanExport)
Set Can Export. Users with this role can export data


isCanExport

boolean isCanExport()
Get Can Export. Users with this role can export data


setIsCanReport

void setIsCanReport(boolean IsCanReport)
Set Can Report. Users with this role can create reports


isCanReport

boolean isCanReport()
Get Can Report. Users with this role can create reports


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


Adempiere 3.5.2a

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