|
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_CStage
public class X_CM_CStage
Generated Model for CM_CStage
| Field Summary | |
|---|---|
static int |
CM_CSTAGELINK_ID_AD_Reference_ID
CM_CStageLink_ID AD_Reference_ID=387 |
static int |
CONTAINERTYPE_AD_Reference_ID
ContainerType AD_Reference_ID=385 |
static String |
CONTAINERTYPE_Document
Document = D |
static String |
CONTAINERTYPE_ExternalURL
External URL = U |
static String |
CONTAINERTYPE_InternalLink
Internal Link = L |
| 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 |
| Constructor Summary | |
|---|---|
X_CM_CStage(Properties ctx,
int CM_CStage_ID,
String trxName)
Standard Constructor |
|
X_CM_CStage(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getCM_CStage_ID()
Get Web Container Stage. |
int |
getCM_CStageLink_ID()
Get Container Link. |
int |
getCM_Template_ID()
Get Template. |
I_CM_Template |
getCM_Template()
|
int |
getCM_WebProject_ID()
Get Web Project. |
I_CM_WebProject |
getCM_WebProject()
|
String |
getContainerLinkURL()
Get External Link (URL). |
String |
getContainerType()
Get Web Container Type. |
String |
getContainerXML()
Get ContainerXML. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getMeta_Author()
Get Meta Author. |
String |
getMeta_Content()
Get Meta Content Type. |
String |
getMeta_Copyright()
Get Meta Copyright. |
String |
getMeta_Description()
Get Meta Description. |
String |
getMeta_Keywords()
Get Meta Keywords. |
String |
getMeta_Language()
Get Meta Language. |
String |
getMeta_Publisher()
Get Meta Publisher. |
String |
getMeta_RobotsTag()
Get Meta RobotsTag. |
String |
getName()
Get Name. |
String |
getNotice()
Get Notice. |
int |
getPriority()
Get Priority. |
String |
getRelativeURL()
Get Relative URL. |
String |
getStructureXML()
Get StructureXML. |
String |
getTitle()
Get Title. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isIndexed()
Get Indexed. |
boolean |
isModified()
Get Modified. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isSecure()
Get Secure content. |
boolean |
isSummary()
Get Summary Level. |
boolean |
isValid()
Get Valid. |
void |
setCM_CStage_ID(int CM_CStage_ID)
Set Web Container Stage. |
void |
setCM_CStageLink_ID(int CM_CStageLink_ID)
Set Container Link. |
void |
setCM_Template_ID(int CM_Template_ID)
Set Template. |
void |
setCM_WebProject_ID(int CM_WebProject_ID)
Set Web Project. |
void |
setContainerLinkURL(String ContainerLinkURL)
Set External Link (URL). |
void |
setContainerType(String ContainerType)
Set Web Container Type. |
void |
setContainerXML(String ContainerXML)
Set ContainerXML. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsIndexed(boolean IsIndexed)
Set Indexed. |
void |
setIsModified(boolean IsModified)
Set Modified. |
void |
setIsSecure(boolean IsSecure)
Set Secure content. |
void |
setIsSummary(boolean IsSummary)
Set Summary Level. |
void |
setIsValid(boolean IsValid)
Set Valid. |
void |
setMeta_Author(String Meta_Author)
Set Meta Author. |
void |
setMeta_Content(String Meta_Content)
Set Meta Content Type. |
void |
setMeta_Copyright(String Meta_Copyright)
Set Meta Copyright. |
void |
setMeta_Description(String Meta_Description)
Set Meta Description. |
void |
setMeta_Keywords(String Meta_Keywords)
Set Meta Keywords. |
void |
setMeta_Language(String Meta_Language)
Set Meta Language. |
void |
setMeta_Publisher(String Meta_Publisher)
Set Meta Publisher. |
void |
setMeta_RobotsTag(String Meta_RobotsTag)
Set Meta RobotsTag. |
void |
setName(String Name)
Set Name. |
void |
setNotice(String Notice)
Set Notice. |
void |
setPriority(int Priority)
Set Priority. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setRelativeURL(String RelativeURL)
Set Relative URL. |
void |
setStructureXML(String StructureXML)
Set StructureXML. |
void |
setTitle(String Title)
Set Title. |
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 |
| Field Detail |
|---|
public static final int CM_CSTAGELINK_ID_AD_Reference_ID
public static final int CONTAINERTYPE_AD_Reference_ID
public static final String CONTAINERTYPE_Document
public static final String CONTAINERTYPE_InternalLink
public static final String CONTAINERTYPE_ExternalURL
| Constructor Detail |
|---|
public X_CM_CStage(Properties ctx,
int CM_CStage_ID,
String trxName)
public X_CM_CStage(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_CStage_ID(int CM_CStage_ID)
setCM_CStage_ID in interface I_CM_CStageCM_CStage_ID - Web Container Stage contains the staging content like images, text etc.public int getCM_CStage_ID()
getCM_CStage_ID in interface I_CM_CStagepublic void setCM_CStageLink_ID(int CM_CStageLink_ID)
setCM_CStageLink_ID in interface I_CM_CStageCM_CStageLink_ID - Stage Link to another Container in the Web Projectpublic int getCM_CStageLink_ID()
getCM_CStageLink_ID in interface I_CM_CStage
public I_CM_Template getCM_Template()
throws Exception
getCM_Template in interface I_CM_CStageExceptionpublic void setCM_Template_ID(int CM_Template_ID)
setCM_Template_ID in interface I_CM_CStageCM_Template_ID - Template defines how content is displayedpublic int getCM_Template_ID()
getCM_Template_ID in interface I_CM_CStage
public I_CM_WebProject getCM_WebProject()
throws Exception
getCM_WebProject in interface I_CM_CStageExceptionpublic void setCM_WebProject_ID(int CM_WebProject_ID)
setCM_WebProject_ID in interface I_CM_CStageCM_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_CStagepublic void setContainerLinkURL(String ContainerLinkURL)
setContainerLinkURL in interface I_CM_CStageContainerLinkURL - External Link (IRL) for the Containerpublic String getContainerLinkURL()
getContainerLinkURL in interface I_CM_CStagepublic void setContainerType(String ContainerType)
setContainerType in interface I_CM_CStageContainerType - Web Container Typepublic String getContainerType()
getContainerType in interface I_CM_CStagepublic void setContainerXML(String ContainerXML)
setContainerXML in interface I_CM_CStageContainerXML - Autogenerated Containerdefinition as XML Codepublic String getContainerXML()
getContainerXML in interface I_CM_CStagepublic void setDescription(String Description)
setDescription in interface I_CM_CStageDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_CM_CStagepublic void setHelp(String Help)
setHelp in interface I_CM_CStageHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_CM_CStagepublic void setIsIndexed(boolean IsIndexed)
setIsIndexed in interface I_CM_CStageIsIndexed - Index the document for the internal search enginepublic boolean isIndexed()
isIndexed in interface I_CM_CStagepublic void setIsModified(boolean IsModified)
setIsModified in interface I_CM_CStageIsModified - The record is modifiedpublic boolean isModified()
isModified in interface I_CM_CStagepublic void setIsSecure(boolean IsSecure)
setIsSecure in interface I_CM_CStageIsSecure - Defines whether content needs to get encryptedpublic boolean isSecure()
isSecure in interface I_CM_CStagepublic void setIsSummary(boolean IsSummary)
setIsSummary in interface I_CM_CStageIsSummary - This is a summary entitypublic boolean isSummary()
isSummary in interface I_CM_CStagepublic void setIsValid(boolean IsValid)
setIsValid in interface I_CM_CStageIsValid - Element is validpublic boolean isValid()
isValid in interface I_CM_CStagepublic void setMeta_Author(String Meta_Author)
setMeta_Author in interface I_CM_CStageMeta_Author - Author of the contentpublic String getMeta_Author()
getMeta_Author in interface I_CM_CStagepublic void setMeta_Content(String Meta_Content)
setMeta_Content in interface I_CM_CStageMeta_Content - Defines the type of content i.e. "text/html; charset=UTF-8"public String getMeta_Content()
getMeta_Content in interface I_CM_CStagepublic void setMeta_Copyright(String Meta_Copyright)
setMeta_Copyright in interface I_CM_CStageMeta_Copyright - Contains Copyright information for the contentpublic String getMeta_Copyright()
getMeta_Copyright in interface I_CM_CStagepublic void setMeta_Description(String Meta_Description)
setMeta_Description in interface I_CM_CStageMeta_Description - Meta info describing the contents of the pagepublic String getMeta_Description()
getMeta_Description in interface I_CM_CStagepublic void setMeta_Keywords(String Meta_Keywords)
setMeta_Keywords in interface I_CM_CStageMeta_Keywords - Contains the keywords for the contentpublic String getMeta_Keywords()
getMeta_Keywords in interface I_CM_CStagepublic void setMeta_Language(String Meta_Language)
setMeta_Language in interface I_CM_CStageMeta_Language - Language HTML Meta Tagpublic String getMeta_Language()
getMeta_Language in interface I_CM_CStagepublic void setMeta_Publisher(String Meta_Publisher)
setMeta_Publisher in interface I_CM_CStageMeta_Publisher - Meta Publisher defines the publisher of the contentpublic String getMeta_Publisher()
getMeta_Publisher in interface I_CM_CStagepublic void setMeta_RobotsTag(String Meta_RobotsTag)
setMeta_RobotsTag in interface I_CM_CStageMeta_RobotsTag - RobotsTag defines how search robots should handle this contentpublic String getMeta_RobotsTag()
getMeta_RobotsTag in interface I_CM_CStagepublic void setName(String Name)
setName in interface I_CM_CStageName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_CM_CStagepublic KeyNamePair getKeyNamePair()
public void setNotice(String Notice)
setNotice in interface I_CM_CStageNotice - Contains last write noticepublic String getNotice()
getNotice in interface I_CM_CStagepublic void setPriority(int Priority)
setPriority in interface I_CM_CStagePriority - Indicates if this request is of a high, medium or low priority.public int getPriority()
getPriority in interface I_CM_CStagepublic void setProcessing(boolean Processing)
setProcessing in interface I_CM_CStageProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_CM_CStagepublic void setRelativeURL(String RelativeURL)
setRelativeURL in interface I_CM_CStageRelativeURL - Contains the relative URL for the containerpublic String getRelativeURL()
getRelativeURL in interface I_CM_CStagepublic void setStructureXML(String StructureXML)
setStructureXML in interface I_CM_CStageStructureXML - Autogenerated Containerdefinition as XML Codepublic String getStructureXML()
getStructureXML in interface I_CM_CStagepublic void setTitle(String Title)
setTitle in interface I_CM_CStageTitle - Name this entity is referred to aspublic String getTitle()
getTitle in interface I_CM_CStage
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||