|
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_Container
public class X_CM_Container
Generated Model for CM_Container
| Field Summary | |
|---|---|
static int |
CM_CONTAINERLINK_ID_AD_Reference_ID
CM_ContainerLink_ID AD_Reference_ID=386 |
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_Container(Properties ctx,
int CM_Container_ID,
String trxName)
Standard Constructor |
|
X_CM_Container(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getCM_Container_ID()
Get Web Container. |
int |
getCM_ContainerLink_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 |
isSecure()
Get Secure content. |
boolean |
isSummary()
Get Summary Level. |
boolean |
isValid()
Get Valid. |
void |
setCM_Container_ID(int CM_Container_ID)
Set Web Container. |
void |
setCM_ContainerLink_ID(int CM_ContainerLink_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 |
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 |
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_CONTAINERLINK_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_Container(Properties ctx,
int CM_Container_ID,
String trxName)
public X_CM_Container(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_Container_ID(int CM_Container_ID)
setCM_Container_ID in interface I_CM_ContainerCM_Container_ID - Web Container contains content like images, text etc.public int getCM_Container_ID()
getCM_Container_ID in interface I_CM_Containerpublic void setCM_ContainerLink_ID(int CM_ContainerLink_ID)
setCM_ContainerLink_ID in interface I_CM_ContainerCM_ContainerLink_ID - Link to another Container in the Web Projectpublic int getCM_ContainerLink_ID()
getCM_ContainerLink_ID in interface I_CM_Container
public I_CM_Template getCM_Template()
throws Exception
getCM_Template in interface I_CM_ContainerExceptionpublic void setCM_Template_ID(int CM_Template_ID)
setCM_Template_ID in interface I_CM_ContainerCM_Template_ID - Template defines how content is displayedpublic int getCM_Template_ID()
getCM_Template_ID in interface I_CM_Container
public I_CM_WebProject getCM_WebProject()
throws Exception
getCM_WebProject in interface I_CM_ContainerExceptionpublic void setCM_WebProject_ID(int CM_WebProject_ID)
setCM_WebProject_ID in interface I_CM_ContainerCM_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_Containerpublic void setContainerLinkURL(String ContainerLinkURL)
setContainerLinkURL in interface I_CM_ContainerContainerLinkURL - External Link (IRL) for the Containerpublic String getContainerLinkURL()
getContainerLinkURL in interface I_CM_Containerpublic void setContainerType(String ContainerType)
setContainerType in interface I_CM_ContainerContainerType - Web Container Typepublic String getContainerType()
getContainerType in interface I_CM_Containerpublic void setContainerXML(String ContainerXML)
setContainerXML in interface I_CM_ContainerContainerXML - Autogenerated Containerdefinition as XML Codepublic String getContainerXML()
getContainerXML in interface I_CM_Containerpublic void setDescription(String Description)
setDescription in interface I_CM_ContainerDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_CM_Containerpublic void setHelp(String Help)
setHelp in interface I_CM_ContainerHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_CM_Containerpublic void setIsIndexed(boolean IsIndexed)
setIsIndexed in interface I_CM_ContainerIsIndexed - Index the document for the internal search enginepublic boolean isIndexed()
isIndexed in interface I_CM_Containerpublic void setIsSecure(boolean IsSecure)
setIsSecure in interface I_CM_ContainerIsSecure - Defines whether content needs to get encryptedpublic boolean isSecure()
isSecure in interface I_CM_Containerpublic void setIsSummary(boolean IsSummary)
setIsSummary in interface I_CM_ContainerIsSummary - This is a summary entitypublic boolean isSummary()
isSummary in interface I_CM_Containerpublic void setIsValid(boolean IsValid)
setIsValid in interface I_CM_ContainerIsValid - Element is validpublic boolean isValid()
isValid in interface I_CM_Containerpublic void setMeta_Author(String Meta_Author)
setMeta_Author in interface I_CM_ContainerMeta_Author - Author of the contentpublic String getMeta_Author()
getMeta_Author in interface I_CM_Containerpublic void setMeta_Content(String Meta_Content)
setMeta_Content in interface I_CM_ContainerMeta_Content - Defines the type of content i.e. "text/html; charset=UTF-8"public String getMeta_Content()
getMeta_Content in interface I_CM_Containerpublic void setMeta_Copyright(String Meta_Copyright)
setMeta_Copyright in interface I_CM_ContainerMeta_Copyright - Contains Copyright information for the contentpublic String getMeta_Copyright()
getMeta_Copyright in interface I_CM_Containerpublic void setMeta_Description(String Meta_Description)
setMeta_Description in interface I_CM_ContainerMeta_Description - Meta info describing the contents of the pagepublic String getMeta_Description()
getMeta_Description in interface I_CM_Containerpublic void setMeta_Keywords(String Meta_Keywords)
setMeta_Keywords in interface I_CM_ContainerMeta_Keywords - Contains the keywords for the contentpublic String getMeta_Keywords()
getMeta_Keywords in interface I_CM_Containerpublic void setMeta_Language(String Meta_Language)
setMeta_Language in interface I_CM_ContainerMeta_Language - Language HTML Meta Tagpublic String getMeta_Language()
getMeta_Language in interface I_CM_Containerpublic void setMeta_Publisher(String Meta_Publisher)
setMeta_Publisher in interface I_CM_ContainerMeta_Publisher - Meta Publisher defines the publisher of the contentpublic String getMeta_Publisher()
getMeta_Publisher in interface I_CM_Containerpublic void setMeta_RobotsTag(String Meta_RobotsTag)
setMeta_RobotsTag in interface I_CM_ContainerMeta_RobotsTag - RobotsTag defines how search robots should handle this contentpublic String getMeta_RobotsTag()
getMeta_RobotsTag in interface I_CM_Containerpublic void setName(String Name)
setName in interface I_CM_ContainerName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_CM_Containerpublic KeyNamePair getKeyNamePair()
public void setNotice(String Notice)
setNotice in interface I_CM_ContainerNotice - Contains last write noticepublic String getNotice()
getNotice in interface I_CM_Containerpublic void setPriority(int Priority)
setPriority in interface I_CM_ContainerPriority - Indicates if this request is of a high, medium or low priority.public int getPriority()
getPriority in interface I_CM_Containerpublic void setRelativeURL(String RelativeURL)
setRelativeURL in interface I_CM_ContainerRelativeURL - Contains the relative URL for the containerpublic String getRelativeURL()
getRelativeURL in interface I_CM_Containerpublic void setStructureXML(String StructureXML)
setStructureXML in interface I_CM_ContainerStructureXML - Autogenerated Containerdefinition as XML Codepublic String getStructureXML()
getStructureXML in interface I_CM_Containerpublic void setTitle(String Title)
setTitle in interface I_CM_ContainerTitle - Name this entity is referred to aspublic String getTitle()
getTitle in interface I_CM_Container
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||