org.broadleafcommerce.core.content.domain
Class ContentImpl

java.lang.Object
  extended by org.broadleafcommerce.core.content.domain.ContentImpl
All Implemented Interfaces:
Content
Direct Known Subclasses:
ContentDetailsImpl

@Entity
public class ContentImpl
extends java.lang.Object
implements Content

Basic content item for the BLC CMS support

Author:
dwtalk

Field Summary
protected  java.util.Date activeEndDate
           
protected  java.util.Date activeStartDate
           
protected  java.lang.String approvedBy
           
protected  java.util.Date approvedDate
           
protected  java.lang.String browserTitle
           
protected  java.util.Date contentDate
           
protected  java.lang.String contentType
           
protected  java.lang.Boolean deployed
           
protected  java.lang.String description
           
protected  java.lang.String displayRule
           
protected  java.lang.Integer id
           
protected  java.lang.String keywords
           
protected  java.lang.String languageCode
           
protected  java.lang.String lastModifiedBy
           
protected  java.util.Date lastModifiedDate
           
protected  java.lang.String metaDescription
           
protected  java.lang.String note
           
protected  java.lang.Boolean online
           
protected  java.lang.Integer parentContentId
           
protected  java.lang.Integer priority
           
protected  java.lang.String rejectedBy
           
protected  java.util.Date rejectedDate
           
protected  java.lang.String renderTemplate
           
protected  java.lang.String sandbox
           
protected  java.lang.String submittedBy
           
protected  java.util.Date submittedDate
           
protected  java.lang.String title
           
protected  java.lang.String urlTitle
           
 
Constructor Summary
ContentImpl()
           
ContentImpl(Content cnt, java.lang.String sandbox, boolean deployed)
           
 
Method Summary
 java.util.Date getActiveEndDate()
           
 java.util.Date getActiveStartDate()
           
 java.lang.String getApprovedBy()
           
 java.util.Date getApprovedDate()
           
 java.lang.String getBrowserTitle()
           
 java.util.Date getContentDate()
           
 java.lang.String getContentType()
           
 java.lang.Boolean getDeployed()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayRule()
           
 java.lang.Integer getId()
           
 java.lang.String getKeywords()
           
 java.lang.String getLanguageCode()
           
 java.lang.String getLastModifiedBy()
           
 java.util.Date getLastModifiedDate()
           
 java.lang.String getMetaDescription()
           
 java.lang.String getNote()
           
 java.lang.Boolean getOnline()
           
 java.lang.Integer getParentContentId()
           
 java.lang.Integer getPriority()
           
 java.lang.String getRejectedBy()
           
 java.util.Date getRejectedDate()
           
 java.lang.String getRenderTemplate()
           
 java.lang.String getSandbox()
           
 java.lang.String getSubmittedBy()
           
 java.util.Date getSubmittedDate()
           
 java.lang.String getTitle()
           
 java.lang.String getUrlTitle()
           
 void setActiveEndDate(java.util.Date activeEndDate)
           
 void setActiveStartDate(java.util.Date activeStartDate)
           
 void setApprovedBy(java.lang.String approvedBy)
           
 void setApprovedDate(java.util.Date approvedDate)
           
 void setBrowserTitle(java.lang.String browserTitle)
           
 void setContentDate(java.util.Date contentDate)
           
 void setContentType(java.lang.String contentType)
           
 void setDeployed(java.lang.Boolean deployed)
           
 void setDescription(java.lang.String description)
           
 void setDisplayRule(java.lang.String displayRule)
           
 void setId(java.lang.Integer id)
           
 void setKeywords(java.lang.String keywords)
           
 void setLanguageCode(java.lang.String languageCode)
           
 void setLastModifiedBy(java.lang.String lastModifiedBy)
           
 void setLastModifiedDate(java.util.Date lastModifiedDate)
           
 void setMetaDescription(java.lang.String metaDescription)
           
 void setNote(java.lang.String note)
           
 void setOnline(java.lang.Boolean online)
           
 void setParentContentId(java.lang.Integer parentContentId)
           
 void setPriority(java.lang.Integer priority)
           
 void setRejectedBy(java.lang.String rejectedBy)
           
 void setRejectedDate(java.util.Date rejectedDate)
           
 void setRenderTemplate(java.lang.String renderTemplate)
           
 void setSandbox(java.lang.String sandbox)
           
 void setSubmittedBy(java.lang.String submittedBy)
           
 void setSubmittedDate(java.util.Date submittedDate)
           
 void setTitle(java.lang.String title)
           
 void setUrlTitle(java.lang.String urlTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activeEndDate

protected java.util.Date activeEndDate

activeStartDate

protected java.util.Date activeStartDate

approvedBy

protected java.lang.String approvedBy

approvedDate

protected java.util.Date approvedDate

browserTitle

protected java.lang.String browserTitle

contentDate

protected java.util.Date contentDate

contentType

protected java.lang.String contentType

displayRule

protected java.lang.String displayRule

deployed

protected java.lang.Boolean deployed

description

protected java.lang.String description

id

protected java.lang.Integer id

keywords

protected java.lang.String keywords

languageCode

protected java.lang.String languageCode

lastModifiedDate

protected java.util.Date lastModifiedDate

lastModifiedBy

protected java.lang.String lastModifiedBy

metaDescription

protected java.lang.String metaDescription

note

protected java.lang.String note

online

protected java.lang.Boolean online

parentContentId

protected java.lang.Integer parentContentId

priority

protected java.lang.Integer priority

rejectedBy

protected java.lang.String rejectedBy

rejectedDate

protected java.util.Date rejectedDate

renderTemplate

protected java.lang.String renderTemplate

sandbox

protected java.lang.String sandbox

submittedBy

protected java.lang.String submittedBy

submittedDate

protected java.util.Date submittedDate

title

protected java.lang.String title

urlTitle

protected java.lang.String urlTitle
Constructor Detail

ContentImpl

public ContentImpl()

ContentImpl

public ContentImpl(Content cnt,
                   java.lang.String sandbox,
                   boolean deployed)
Method Detail

getActiveEndDate

public java.util.Date getActiveEndDate()
Specified by:
getActiveEndDate in interface Content

getActiveStartDate

public java.util.Date getActiveStartDate()
Specified by:
getActiveStartDate in interface Content

getApprovedBy

public java.lang.String getApprovedBy()
Specified by:
getApprovedBy in interface Content

getApprovedDate

public java.util.Date getApprovedDate()
Specified by:
getApprovedDate in interface Content

getBrowserTitle

public java.lang.String getBrowserTitle()
Specified by:
getBrowserTitle in interface Content

getContentDate

public java.util.Date getContentDate()
Specified by:
getContentDate in interface Content

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface Content

getDisplayRule

public java.lang.String getDisplayRule()
Specified by:
getDisplayRule in interface Content

getDeployed

public java.lang.Boolean getDeployed()
Specified by:
getDeployed in interface Content

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Content

getId

public java.lang.Integer getId()
Specified by:
getId in interface Content

getKeywords

public java.lang.String getKeywords()
Specified by:
getKeywords in interface Content

getLanguageCode

public java.lang.String getLanguageCode()
Specified by:
getLanguageCode in interface Content

getLastModifiedBy

public java.lang.String getLastModifiedBy()
Specified by:
getLastModifiedBy in interface Content

getLastModifiedDate

public java.util.Date getLastModifiedDate()
Specified by:
getLastModifiedDate in interface Content

getMetaDescription

public java.lang.String getMetaDescription()
Specified by:
getMetaDescription in interface Content

getNote

public java.lang.String getNote()
Specified by:
getNote in interface Content

getOnline

public java.lang.Boolean getOnline()
Specified by:
getOnline in interface Content

getParentContentId

public java.lang.Integer getParentContentId()
Specified by:
getParentContentId in interface Content

getPriority

public java.lang.Integer getPriority()
Specified by:
getPriority in interface Content

getRejectedBy

public java.lang.String getRejectedBy()
Specified by:
getRejectedBy in interface Content

getRejectedDate

public java.util.Date getRejectedDate()
Specified by:
getRejectedDate in interface Content

getRenderTemplate

public java.lang.String getRenderTemplate()
Specified by:
getRenderTemplate in interface Content

getSandbox

public java.lang.String getSandbox()
Specified by:
getSandbox in interface Content

getSubmittedBy

public java.lang.String getSubmittedBy()
Specified by:
getSubmittedBy in interface Content

getSubmittedDate

public java.util.Date getSubmittedDate()
Specified by:
getSubmittedDate in interface Content

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface Content

getUrlTitle

public java.lang.String getUrlTitle()
Specified by:
getUrlTitle in interface Content

setActiveEndDate

public void setActiveEndDate(java.util.Date activeEndDate)
Specified by:
setActiveEndDate in interface Content

setActiveStartDate

public void setActiveStartDate(java.util.Date activeStartDate)
Specified by:
setActiveStartDate in interface Content

setApprovedBy

public void setApprovedBy(java.lang.String approvedBy)
Specified by:
setApprovedBy in interface Content

setApprovedDate

public void setApprovedDate(java.util.Date approvedDate)
Specified by:
setApprovedDate in interface Content

setBrowserTitle

public void setBrowserTitle(java.lang.String browserTitle)
Specified by:
setBrowserTitle in interface Content

setContentDate

public void setContentDate(java.util.Date contentDate)
Specified by:
setContentDate in interface Content

setContentType

public void setContentType(java.lang.String contentType)
Specified by:
setContentType in interface Content

setDisplayRule

public void setDisplayRule(java.lang.String displayRule)
Specified by:
setDisplayRule in interface Content

setDeployed

public void setDeployed(java.lang.Boolean deployed)
Specified by:
setDeployed in interface Content

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface Content

setId

public void setId(java.lang.Integer id)
Specified by:
setId in interface Content

setKeywords

public void setKeywords(java.lang.String keywords)
Specified by:
setKeywords in interface Content

setLanguageCode

public void setLanguageCode(java.lang.String languageCode)
Specified by:
setLanguageCode in interface Content

setLastModifiedBy

public void setLastModifiedBy(java.lang.String lastModifiedBy)
Specified by:
setLastModifiedBy in interface Content

setLastModifiedDate

public void setLastModifiedDate(java.util.Date lastModifiedDate)
Specified by:
setLastModifiedDate in interface Content

setMetaDescription

public void setMetaDescription(java.lang.String metaDescription)
Specified by:
setMetaDescription in interface Content

setNote

public void setNote(java.lang.String note)
Specified by:
setNote in interface Content

setOnline

public void setOnline(java.lang.Boolean online)
Specified by:
setOnline in interface Content

setParentContentId

public void setParentContentId(java.lang.Integer parentContentId)
Specified by:
setParentContentId in interface Content

setPriority

public void setPriority(java.lang.Integer priority)
Specified by:
setPriority in interface Content

setRejectedBy

public void setRejectedBy(java.lang.String rejectedBy)
Specified by:
setRejectedBy in interface Content

setRejectedDate

public void setRejectedDate(java.util.Date rejectedDate)
Specified by:
setRejectedDate in interface Content

setRenderTemplate

public void setRenderTemplate(java.lang.String renderTemplate)
Specified by:
setRenderTemplate in interface Content

setSandbox

public void setSandbox(java.lang.String sandbox)
Specified by:
setSandbox in interface Content

setSubmittedBy

public void setSubmittedBy(java.lang.String submittedBy)
Specified by:
setSubmittedBy in interface Content

setSubmittedDate

public void setSubmittedDate(java.util.Date submittedDate)
Specified by:
setSubmittedDate in interface Content

setTitle

public void setTitle(java.lang.String title)
Specified by:
setTitle in interface Content

setUrlTitle

public void setUrlTitle(java.lang.String urlTitle)
Specified by:
setUrlTitle in interface Content


Copyright © 2012. All Rights Reserved.