Adempiere 3.5.2a

org.compiere.model
Interface I_CM_Template

All Known Implementing Classes:
MTemplate, X_CM_Template

public interface I_CM_Template

Generated Interface for CM_Template

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_CM_Template_ID
          Column name CM_Template_ID
static String COLUMNNAME_CM_WebProject_ID
          Column name CM_WebProject_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Elements
          Column name Elements
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsInclude
          Column name IsInclude
static String COLUMNNAME_IsNews
          Column name IsNews
static String COLUMNNAME_IsSummary
          Column name IsSummary
static String COLUMNNAME_IsUseAd
          Column name IsUseAd
static String COLUMNNAME_IsValid
          Column name IsValid
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_TemplateXST
          Column name TemplateXST
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=854
static String Table_Name
          TableName=CM_Template
 
Method Summary
 int getCM_Template_ID()
          Get Template.
 int getCM_WebProject_ID()
          Get Web Project.
 I_CM_WebProject getCM_WebProject()
           
 String getDescription()
          Get Description.
 String getElements()
          Get Elements.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 String getTemplateXST()
          Get TemplateXST.
 String getValue()
          Get Search Key.
 boolean isInclude()
          Get Included.
 boolean isNews()
          Get Uses News.
 boolean isProcessing()
          Get Process Now
 boolean isSummary()
          Get Summary Level.
 boolean isUseAd()
          Get Use Ad.
 boolean isValid()
          Get Valid.
 void setCM_Template_ID(int CM_Template_ID)
          Set Template.
 void setCM_WebProject_ID(int CM_WebProject_ID)
          Set Web Project.
 void setDescription(String Description)
          Set Description.
 void setElements(String Elements)
          Set Elements.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsInclude(boolean IsInclude)
          Set Included.
 void setIsNews(boolean IsNews)
          Set Uses News.
 void setIsSummary(boolean IsSummary)
          Set Summary Level.
 void setIsUseAd(boolean IsUseAd)
          Set Use Ad.
 void setIsValid(boolean IsValid)
          Set Valid.
 void setName(String Name)
          Set Name.
 void setProcessing(boolean Processing)
          Set Process Now
 void setTemplateXST(String TemplateXST)
          Set TemplateXST.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_Template

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=854


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_CM_Template_ID

static final String COLUMNNAME_CM_Template_ID
Column name CM_Template_ID

See Also:
Constant Field Values

COLUMNNAME_CM_WebProject_ID

static final String COLUMNNAME_CM_WebProject_ID
Column name CM_WebProject_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Elements

static final String COLUMNNAME_Elements
Column name Elements

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsInclude

static final String COLUMNNAME_IsInclude
Column name IsInclude

See Also:
Constant Field Values

COLUMNNAME_IsNews

static final String COLUMNNAME_IsNews
Column name IsNews

See Also:
Constant Field Values

COLUMNNAME_IsSummary

static final String COLUMNNAME_IsSummary
Column name IsSummary

See Also:
Constant Field Values

COLUMNNAME_IsUseAd

static final String COLUMNNAME_IsUseAd
Column name IsUseAd

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

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_TemplateXST

static final String COLUMNNAME_TemplateXST
Column name TemplateXST

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setCM_Template_ID

void setCM_Template_ID(int CM_Template_ID)
Set Template. Template defines how content is displayed


getCM_Template_ID

int getCM_Template_ID()
Get Template. Template defines how content is displayed


setCM_WebProject_ID

void setCM_WebProject_ID(int CM_WebProject_ID)
Set Web Project. A web project is the main data container for Containers, URLs, Ads, Media etc.


getCM_WebProject_ID

int getCM_WebProject_ID()
Get Web Project. A web project is the main data container for Containers, URLs, Ads, Media etc.


getCM_WebProject

I_CM_WebProject getCM_WebProject()
                                 throws Exception
Throws:
Exception

setDescription

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


getDescription

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


setElements

void setElements(String Elements)
Set Elements. Contains list of elements seperated by CR


getElements

String getElements()
Get Elements. Contains list of elements seperated by CR


setHelp

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


getHelp

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


setIsInclude

void setIsInclude(boolean IsInclude)
Set Included. Defines whether this content / template is included into another one


isInclude

boolean isInclude()
Get Included. Defines whether this content / template is included into another one


setIsNews

void setIsNews(boolean IsNews)
Set Uses News. Template or container uses news channels


isNews

boolean isNews()
Get Uses News. Template or container uses news channels


setIsSummary

void setIsSummary(boolean IsSummary)
Set Summary Level. This is a summary entity


isSummary

boolean isSummary()
Get Summary Level. This is a summary entity


setIsUseAd

void setIsUseAd(boolean IsUseAd)
Set Use Ad. Whether or not this templates uses Ad's


isUseAd

boolean isUseAd()
Get Use Ad. Whether or not this templates uses Ad's


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


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setTemplateXST

void setTemplateXST(String TemplateXST)
Set TemplateXST. Contains the template code itself


getTemplateXST

String getTemplateXST()
Get TemplateXST. Contains the template code itself


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


Adempiere 3.5.2a

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