org.broadleafcommerce.core.content.domain
Class ContentDetailsImpl

java.lang.Object
  extended by org.broadleafcommerce.core.content.domain.ContentImpl
      extended by org.broadleafcommerce.core.content.domain.ContentDetailsImpl
All Implemented Interfaces:
Content, ContentDetails

@Entity
public class ContentDetailsImpl
extends ContentImpl
implements ContentDetails

Author:
btaylor

Field Summary
protected  String contentHash
           
protected  String xmlContent
           
 
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
 
Constructor Summary
ContentDetailsImpl()
           
ContentDetailsImpl(ContentDetails cnt, Integer id)
           
 
Method Summary
 String getContentHash()
           
 String getXmlContent()
           
 void setContentHash(String contentHash)
           
 void setXmlContent(String xmlContent)
           
 
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
 
Methods inherited from interface org.broadleafcommerce.core.content.domain.ContentDetails
getId, setId
 

Field Detail

contentHash

protected String contentHash

xmlContent

protected String xmlContent
Constructor Detail

ContentDetailsImpl

public ContentDetailsImpl()

ContentDetailsImpl

public ContentDetailsImpl(ContentDetails cnt,
                          Integer id)
Method Detail

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.