Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Task_Access

All Known Implementing Classes:
X_AD_Task_Access

public interface I_AD_Task_Access

Generated Interface for AD_Task_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_Task_ID
          Column name AD_Task_ID
static String COLUMNNAME_IsReadWrite
          Column name IsReadWrite
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=199
static String Table_Name
          TableName=AD_Task_Access
 
Method Summary
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getAD_Task_ID()
          Get OS Task.
 I_AD_Task getAD_Task()
           
 boolean isReadWrite()
          Get Read Write.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setAD_Task_ID(int AD_Task_ID)
          Set OS Task.
 void setIsReadWrite(boolean IsReadWrite)
          Set Read Write.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Task_Access

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=199


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_Task_ID

static final String COLUMNNAME_AD_Task_ID
Column name AD_Task_ID

See Also:
Constant Field Values

COLUMNNAME_IsReadWrite

static final String COLUMNNAME_IsReadWrite
Column name IsReadWrite

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_Task_ID

void setAD_Task_ID(int AD_Task_ID)
Set OS Task. Operation System Task


getAD_Task_ID

int getAD_Task_ID()
Get OS Task. Operation System Task


getAD_Task

I_AD_Task getAD_Task()
                     throws Exception
Throws:
Exception

setIsReadWrite

void setIsReadWrite(boolean IsReadWrite)
Set Read Write. Field is read / write


isReadWrite

boolean isReadWrite()
Get Read Write. Field is read / write


Adempiere 3.5.2a

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