|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_CM_CStage
public class X_CM_CStage
Generated Model for CM_CStage
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
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 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=866 |
static String |
Table_Name
TableName=CM_CStage |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_CM_CStage(Ctx ctx,
int CM_CStage_ID,
String trxName)
Standard Constructor |
|
X_CM_CStage(Ctx 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. |
int |
getCM_WebProject_ID()
Get Web Project. |
String |
getContainerLinkURL()
Get External Link (URL). |
String |
getContainerType()
Get Web Container Type. |
String |
getContainerXML()
Get ContainerXML. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment. |
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 |
getRelativeURL()
Get Relative URL. |
String |
getStructureXML()
Get StructureXML. |
String |
getTitle()
Get Title. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isContainerTypeValid(String test)
Is test a valid value. |
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. |
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 |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
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(Ctx ctx,
int CM_CStage_ID,
String trxName)
ctx - contextCM_CStage_ID - idtrxName - transaction
public X_CM_CStage(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setCM_CStageLink_ID(int CM_CStageLink_ID)
CM_CStageLink_ID - Stage Link to another Container in the Web Projectpublic int getCM_CStageLink_ID()
public void setCM_CStage_ID(int CM_CStage_ID)
CM_CStage_ID - Web Container Stage contains the staging content like images, text etc.public int getCM_CStage_ID()
public void setCM_Template_ID(int CM_Template_ID)
CM_Template_ID - Template defines how content is displayedpublic int getCM_Template_ID()
public void setCM_WebProject_ID(int CM_WebProject_ID)
CM_WebProject_ID - A web project is the main data container for Containers, URLs, Ads, and Media etc.public int getCM_WebProject_ID()
public void setContainerLinkURL(String ContainerLinkURL)
ContainerLinkURL - External Link (URL) for the Containerpublic String getContainerLinkURL()
public boolean isContainerTypeValid(String test)
test - testvalue
public void setContainerType(String ContainerType)
ContainerType - Web Container Typepublic String getContainerType()
public void setContainerXML(String ContainerXML)
ContainerXML - Autogenerated Container definition as XML Codepublic String getContainerXML()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setIsIndexed(boolean IsIndexed)
IsIndexed - Index the document for the internal search enginepublic boolean isIndexed()
public void setIsModified(boolean IsModified)
IsModified - The record is modifiedpublic boolean isModified()
public void setIsSecure(boolean IsSecure)
IsSecure - Defines whether content needs to get encryptedpublic boolean isSecure()
public void setIsSummary(boolean IsSummary)
IsSummary - This is a summary entitypublic boolean isSummary()
public void setIsValid(boolean IsValid)
IsValid - Element is validpublic boolean isValid()
public void setMeta_Author(String Meta_Author)
Meta_Author - Author of the contentpublic String getMeta_Author()
public void setMeta_Content(String Meta_Content)
Meta_Content - Defines the type of content i.e. "text/html;
charset=UTF-8"public String getMeta_Content()
public void setMeta_Copyright(String Meta_Copyright)
Meta_Copyright - Contains Copyright information for the contentpublic String getMeta_Copyright()
public void setMeta_Description(String Meta_Description)
Meta_Description - Meta info describing the contents of the pagepublic String getMeta_Description()
public void setMeta_Keywords(String Meta_Keywords)
Meta_Keywords - Contains the keywords for the contentpublic String getMeta_Keywords()
public void setMeta_Language(String Meta_Language)
Meta_Language - Language HTML Meta Tagpublic String getMeta_Language()
public void setMeta_Publisher(String Meta_Publisher)
Meta_Publisher - Meta Publisher defines the publisher of the contentpublic String getMeta_Publisher()
public void setMeta_RobotsTag(String Meta_RobotsTag)
Meta_RobotsTag - RobotsTag defines how search robots should handle this contentpublic String getMeta_RobotsTag()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
Processing - Process Nowpublic boolean isProcessing()
public void setRelativeURL(String RelativeURL)
RelativeURL - Contains the relative URL for the containerpublic String getRelativeURL()
public void setStructureXML(String StructureXML)
StructureXML - Autogenerated Container definition as XML Codepublic String getStructureXML()
public void setTitle(String Title)
Title - Title of the Contactpublic String getTitle()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||