@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, setUrlTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, setId
public ContentDetailsImpl()
public ContentDetailsImpl(ContentDetails cnt, Integer id)
public String getContentHash()
getContentHash
in interface ContentDetails
public void setContentHash(String contentHash)
setContentHash
in interface ContentDetails
contentHash
- the hash to setpublic String getXmlContent()
getXmlContent
in interface ContentDetails
public void setXmlContent(String xmlContent)
setXmlContent
in interface ContentDetails
xmlContent
- the xmlContent to setCopyright © 2013. All rights reserved.