@Entity public class ContentDetailsImpl extends ContentImpl implements ContentDetails
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentHash |
protected String |
xmlContent |
activeEndDate, activeStartDate, approvedBy, approvedDate, browserTitle, contentDate, contentType, deployed, description, displayRule, id, keywords, languageCode, lastModifiedBy, lastModifiedDate, metaDescription, note, online, parentContentId, priority, rejectedBy, rejectedDate, renderTemplate, sandbox, submittedBy, submittedDate, title, urlTitle| Constructor and Description |
|---|
ContentDetailsImpl() |
ContentDetailsImpl(ContentDetails cnt,
Integer id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentHash() |
String |
getXmlContent() |
void |
setContentHash(String contentHash) |
void |
setXmlContent(String xmlContent) |
getActiveEndDate, getActiveStartDate, getApprovedBy, getApprovedDate, getBrowserTitle, getContentDate, getContentType, getDeployed, getDescription, getDisplayRule, getId, getKeywords, getLanguageCode, getLastModifiedBy, getLastModifiedDate, getMetaDescription, getNote, getOnline, getParentContentId, getPriority, getRejectedBy, getRejectedDate, getRenderTemplate, getSandbox, getSubmittedBy, getSubmittedDate, getTitle, getUrlTitle, setActiveEndDate, setActiveStartDate, setApprovedBy, setApprovedDate, setBrowserTitle, setContentDate, setContentType, setDeployed, setDescription, setDisplayRule, setId, setKeywords, setLanguageCode, setLastModifiedBy, setLastModifiedDate, setMetaDescription, setNote, setOnline, setParentContentId, setPriority, setRejectedBy, setRejectedDate, setRenderTemplate, setSandbox, setSubmittedBy, setSubmittedDate, setTitle, setUrlTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, setIdpublic ContentDetailsImpl()
public ContentDetailsImpl(ContentDetails cnt, Integer id)
public String getContentHash()
getContentHash in interface ContentDetailspublic void setContentHash(String contentHash)
setContentHash in interface ContentDetailscontentHash - the hash to setpublic String getXmlContent()
getXmlContent in interface ContentDetailspublic void setXmlContent(String xmlContent)
setXmlContent in interface ContentDetailsxmlContent - the xmlContent to setCopyright © 2013. All rights reserved.