|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_CM_Template
public class X_CM_Template
Generated Model for CM_Template
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_CM_Template |
|---|
accessLevel, COLUMNNAME_CM_Template_ID, COLUMNNAME_CM_WebProject_ID, COLUMNNAME_Description, COLUMNNAME_Elements, COLUMNNAME_Help, COLUMNNAME_IsInclude, COLUMNNAME_IsNews, COLUMNNAME_IsSummary, COLUMNNAME_IsUseAd, COLUMNNAME_IsValid, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_TemplateXST, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_CM_Template(Properties ctx,
int CM_Template_ID,
String trxName)
Standard Constructor |
|
X_CM_Template(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getTemplateXST()
Get TemplateXST. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_CM_Template(Properties ctx,
int CM_Template_ID,
String trxName)
public X_CM_Template(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setCM_Template_ID(int CM_Template_ID)
setCM_Template_ID in interface I_CM_TemplateCM_Template_ID - Template defines how content is displayedpublic int getCM_Template_ID()
getCM_Template_ID in interface I_CM_Template
public I_CM_WebProject getCM_WebProject()
throws Exception
getCM_WebProject in interface I_CM_TemplateExceptionpublic void setCM_WebProject_ID(int CM_WebProject_ID)
setCM_WebProject_ID in interface I_CM_TemplateCM_WebProject_ID - A web project is the main data container for Containers, URLs, Ads, Media etc.public int getCM_WebProject_ID()
getCM_WebProject_ID in interface I_CM_Templatepublic void setDescription(String Description)
setDescription in interface I_CM_TemplateDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_CM_Templatepublic void setElements(String Elements)
setElements in interface I_CM_TemplateElements - Contains list of elements seperated by CRpublic String getElements()
getElements in interface I_CM_Templatepublic void setHelp(String Help)
setHelp in interface I_CM_TemplateHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_CM_Templatepublic void setIsInclude(boolean IsInclude)
setIsInclude in interface I_CM_TemplateIsInclude - Defines whether this content / template is included into another onepublic boolean isInclude()
isInclude in interface I_CM_Templatepublic void setIsNews(boolean IsNews)
setIsNews in interface I_CM_TemplateIsNews - Template or container uses news channelspublic boolean isNews()
isNews in interface I_CM_Templatepublic void setIsSummary(boolean IsSummary)
setIsSummary in interface I_CM_TemplateIsSummary - This is a summary entitypublic boolean isSummary()
isSummary in interface I_CM_Templatepublic void setIsUseAd(boolean IsUseAd)
setIsUseAd in interface I_CM_TemplateIsUseAd - Whether or not this templates uses Ad'spublic boolean isUseAd()
isUseAd in interface I_CM_Templatepublic void setIsValid(boolean IsValid)
setIsValid in interface I_CM_TemplateIsValid - Element is validpublic boolean isValid()
isValid in interface I_CM_Templatepublic void setName(String Name)
setName in interface I_CM_TemplateName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_CM_Templatepublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_CM_TemplateProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_CM_Templatepublic void setTemplateXST(String TemplateXST)
setTemplateXST in interface I_CM_TemplateTemplateXST - Contains the template code itselfpublic String getTemplateXST()
getTemplateXST in interface I_CM_Templatepublic void setValue(String Value)
setValue in interface I_CM_TemplateValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_CM_Template
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||