Adempiere 3.5.2a

org.compiere.model
Interface I_CM_CStage_Element

All Known Implementing Classes:
MCStageElement, X_CM_CStage_Element

public interface I_CM_CStage_Element

Generated Interface for CM_CStage_Element

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_CM_CStage_Element_ID
          Column name CM_CStage_Element_ID
static String COLUMNNAME_CM_CStage_ID
          Column name CM_CStage_ID
static String COLUMNNAME_ContentHTML
          Column name ContentHTML
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsValid
          Column name IsValid
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=867
static String Table_Name
          TableName=CM_CStage_Element
 
Method Summary
 int getCM_CStage_Element_ID()
          Get Container Stage Element.
 int getCM_CStage_ID()
          Get Web Container Stage.
 I_CM_CStage getCM_CStage()
           
 String getContentHTML()
          Get Content HTML.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 boolean isValid()
          Get Valid.
 void setCM_CStage_Element_ID(int CM_CStage_Element_ID)
          Set Container Stage Element.
 void setCM_CStage_ID(int CM_CStage_ID)
          Set Web Container Stage.
 void setContentHTML(String ContentHTML)
          Set Content HTML.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsValid(boolean IsValid)
          Set Valid.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_CStage_Element

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=867


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_CM_CStage_Element_ID

static final String COLUMNNAME_CM_CStage_Element_ID
Column name CM_CStage_Element_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

COLUMNNAME_ContentHTML

static final String COLUMNNAME_ContentHTML
Column name ContentHTML

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsValid

static final String COLUMNNAME_IsValid
Column name IsValid

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setCM_CStage_Element_ID

void setCM_CStage_Element_ID(int CM_CStage_Element_ID)
Set Container Stage Element. Container element i.e. Headline, Content, Footer etc.


getCM_CStage_Element_ID

int getCM_CStage_Element_ID()
Get Container Stage Element. Container element i.e. Headline, Content, Footer etc.


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

setContentHTML

void setContentHTML(String ContentHTML)
Set Content HTML. Contains the content itself


getContentHTML

String getContentHTML()
Get Content HTML. Contains the content itself


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setIsValid

void setIsValid(boolean IsValid)
Set Valid. Element is valid


isValid

boolean isValid()
Get Valid. Element is valid


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


Adempiere 3.5.2a

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