Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Private_Access

All Known Implementing Classes:
MPrivateAccess, X_AD_Private_Access

public interface I_AD_Private_Access

Generated Interface for AD_Private_Access

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_Record_ID
          Column name Record_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=627
static String Table_Name
          TableName=AD_Private_Access
 
Method Summary
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getRecord_ID()
          Get Record ID.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setRecord_ID(int Record_ID)
          Set Record ID.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Private_Access

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=627


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

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_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

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

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.