Adempiere 3.5.2a

org.compiere.model
Interface I_CM_AccessStage

All Known Implementing Classes:
X_CM_AccessStage

public interface I_CM_AccessStage

Generated Interface for CM_AccessStage

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_CM_AccessProfile_ID
          Column name CM_AccessProfile_ID
static String COLUMNNAME_CM_CStage_ID
          Column name CM_CStage_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=889
static String Table_Name
          TableName=CM_AccessStage
 
Method Summary
 int getCM_AccessProfile_ID()
          Get Web Access Profile.
 I_CM_AccessProfile getCM_AccessProfile()
           
 int getCM_CStage_ID()
          Get Web Container Stage.
 I_CM_CStage getCM_CStage()
           
 void setCM_AccessProfile_ID(int CM_AccessProfile_ID)
          Set Web Access Profile.
 void setCM_CStage_ID(int CM_CStage_ID)
          Set Web Container Stage.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_AccessStage

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=889


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_CM_AccessProfile_ID

static final String COLUMNNAME_CM_AccessProfile_ID
Column name CM_AccessProfile_ID

See Also:
Constant Field Values

COLUMNNAME_CM_CStage_ID

static final String COLUMNNAME_CM_CStage_ID
Column name CM_CStage_ID

See Also:
Constant Field Values
Method Detail

setCM_AccessProfile_ID

void setCM_AccessProfile_ID(int CM_AccessProfile_ID)
Set Web Access Profile. Web Access Profile


getCM_AccessProfile_ID

int getCM_AccessProfile_ID()
Get Web Access Profile. Web Access Profile


getCM_AccessProfile

I_CM_AccessProfile getCM_AccessProfile()
                                       throws Exception
Throws:
Exception

setCM_CStage_ID

void setCM_CStage_ID(int CM_CStage_ID)
Set Web Container Stage. Web Container Stage contains the staging content like images, text etc.


getCM_CStage_ID

int getCM_CStage_ID()
Get Web Container Stage. Web Container Stage contains the staging content like images, text etc.


getCM_CStage

I_CM_CStage getCM_CStage()
                         throws Exception
Throws:
Exception

Adempiere 3.5.2a

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