org.broadleafcommerce.core.content.domain
Class ContentDetailsImpl
java.lang.Object
org.broadleafcommerce.core.content.domain.ContentImpl
org.broadleafcommerce.core.content.domain.ContentDetailsImpl
- All Implemented Interfaces:
- Content, ContentDetails
@Entity
public class ContentDetailsImpl
- extends ContentImpl
- implements ContentDetails
- Author:
- btaylor
| Fields inherited from class org.broadleafcommerce.core.content.domain.ContentImpl |
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 |
| Methods inherited from class org.broadleafcommerce.core.content.domain.ContentImpl |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contentHash
protected String contentHash
xmlContent
protected String xmlContent
ContentDetailsImpl
public ContentDetailsImpl()
ContentDetailsImpl
public ContentDetailsImpl(ContentDetails cnt,
Integer id)
getContentHash
public String getContentHash()
- Specified by:
getContentHash in interface ContentDetails
- Returns:
- the hash
setContentHash
public void setContentHash(String contentHash)
- Specified by:
setContentHash in interface ContentDetails
- Parameters:
contentHash - the hash to set
getXmlContent
public String getXmlContent()
- Specified by:
getXmlContent in interface ContentDetails
- Returns:
- the xmlContent
setXmlContent
public void setXmlContent(String xmlContent)
- Specified by:
setXmlContent in interface ContentDetails
- Parameters:
xmlContent - the xmlContent to set
Copyright © 2013. All Rights Reserved.