Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Window_Access

All Known Implementing Classes:
MWindowAccess, X_AD_Window_Access

public interface I_AD_Window_Access

Generated Interface for AD_Window_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_Window_ID
          Column name AD_Window_ID
static String COLUMNNAME_IsReadWrite
          Column name IsReadWrite
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=201
static String Table_Name
          TableName=AD_Window_Access
 
Method Summary
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getAD_Window_ID()
          Get Window.
 I_AD_Window getAD_Window()
           
 boolean isReadWrite()
          Get Read Write.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setAD_Window_ID(int AD_Window_ID)
          Set Window.
 void setIsReadWrite(boolean IsReadWrite)
          Set Read Write.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Window_Access

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=201


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_Window_ID

static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_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_Window_ID

void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window


getAD_Window_ID

int getAD_Window_ID()
Get Window. Data entry or display window


getAD_Window

I_AD_Window getAD_Window()
                         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.