org.broadleafcommerce.core.content.domain
Class ContentImpl
java.lang.Object
org.broadleafcommerce.core.content.domain.ContentImpl
- All Implemented Interfaces:
- Content
- Direct Known Subclasses:
- ContentDetailsImpl
@Entity
public class ContentImpl
- extends Object
- implements Content
Basic content item for the BLC CMS support
- Author:
- dwtalk
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activeEndDate
protected Date activeEndDate
activeStartDate
protected Date activeStartDate
approvedBy
protected String approvedBy
approvedDate
protected Date approvedDate
browserTitle
protected String browserTitle
contentDate
protected Date contentDate
contentType
protected String contentType
displayRule
protected String displayRule
deployed
protected Boolean deployed
description
protected String description
id
protected Integer id
keywords
protected String keywords
languageCode
protected String languageCode
lastModifiedDate
protected Date lastModifiedDate
lastModifiedBy
protected String lastModifiedBy
metaDescription
protected String metaDescription
note
protected String note
online
protected Boolean online
parentContentId
protected Integer parentContentId
priority
protected Integer priority
rejectedBy
protected String rejectedBy
rejectedDate
protected Date rejectedDate
renderTemplate
protected String renderTemplate
sandbox
protected String sandbox
submittedBy
protected String submittedBy
submittedDate
protected Date submittedDate
title
protected String title
urlTitle
protected String urlTitle
ContentImpl
public ContentImpl()
ContentImpl
public ContentImpl(Content cnt,
String sandbox,
boolean deployed)
getActiveEndDate
public Date getActiveEndDate()
- Specified by:
getActiveEndDate in interface Content
getActiveStartDate
public Date getActiveStartDate()
- Specified by:
getActiveStartDate in interface Content
getApprovedBy
public String getApprovedBy()
- Specified by:
getApprovedBy in interface Content
getApprovedDate
public Date getApprovedDate()
- Specified by:
getApprovedDate in interface Content
getBrowserTitle
public String getBrowserTitle()
- Specified by:
getBrowserTitle in interface Content
getContentDate
public Date getContentDate()
- Specified by:
getContentDate in interface Content
getContentType
public String getContentType()
- Specified by:
getContentType in interface Content
getDisplayRule
public String getDisplayRule()
- Specified by:
getDisplayRule in interface Content
getDeployed
public Boolean getDeployed()
- Specified by:
getDeployed in interface Content
getDescription
public String getDescription()
- Specified by:
getDescription in interface Content
getId
public Integer getId()
- Specified by:
getId in interface Content
getKeywords
public String getKeywords()
- Specified by:
getKeywords in interface Content
getLanguageCode
public String getLanguageCode()
- Specified by:
getLanguageCode in interface Content
getLastModifiedBy
public String getLastModifiedBy()
- Specified by:
getLastModifiedBy in interface Content
getLastModifiedDate
public Date getLastModifiedDate()
- Specified by:
getLastModifiedDate in interface Content
getMetaDescription
public String getMetaDescription()
- Specified by:
getMetaDescription in interface Content
getNote
public String getNote()
- Specified by:
getNote in interface Content
getOnline
public Boolean getOnline()
- Specified by:
getOnline in interface Content
getParentContentId
public Integer getParentContentId()
- Specified by:
getParentContentId in interface Content
getPriority
public Integer getPriority()
- Specified by:
getPriority in interface Content
getRejectedBy
public String getRejectedBy()
- Specified by:
getRejectedBy in interface Content
getRejectedDate
public Date getRejectedDate()
- Specified by:
getRejectedDate in interface Content
getRenderTemplate
public String getRenderTemplate()
- Specified by:
getRenderTemplate in interface Content
getSandbox
public String getSandbox()
- Specified by:
getSandbox in interface Content
getSubmittedBy
public String getSubmittedBy()
- Specified by:
getSubmittedBy in interface Content
getSubmittedDate
public Date getSubmittedDate()
- Specified by:
getSubmittedDate in interface Content
getTitle
public String getTitle()
- Specified by:
getTitle in interface Content
getUrlTitle
public String getUrlTitle()
- Specified by:
getUrlTitle in interface Content
setActiveEndDate
public void setActiveEndDate(Date activeEndDate)
- Specified by:
setActiveEndDate in interface Content
setActiveStartDate
public void setActiveStartDate(Date activeStartDate)
- Specified by:
setActiveStartDate in interface Content
setApprovedBy
public void setApprovedBy(String approvedBy)
- Specified by:
setApprovedBy in interface Content
setApprovedDate
public void setApprovedDate(Date approvedDate)
- Specified by:
setApprovedDate in interface Content
setBrowserTitle
public void setBrowserTitle(String browserTitle)
- Specified by:
setBrowserTitle in interface Content
setContentDate
public void setContentDate(Date contentDate)
- Specified by:
setContentDate in interface Content
setContentType
public void setContentType(String contentType)
- Specified by:
setContentType in interface Content
setDisplayRule
public void setDisplayRule(String displayRule)
- Specified by:
setDisplayRule in interface Content
setDeployed
public void setDeployed(Boolean deployed)
- Specified by:
setDeployed in interface Content
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface Content
setId
public void setId(Integer id)
- Specified by:
setId in interface Content
setKeywords
public void setKeywords(String keywords)
- Specified by:
setKeywords in interface Content
setLanguageCode
public void setLanguageCode(String languageCode)
- Specified by:
setLanguageCode in interface Content
setLastModifiedBy
public void setLastModifiedBy(String lastModifiedBy)
- Specified by:
setLastModifiedBy in interface Content
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
- Specified by:
setLastModifiedDate in interface Content
setMetaDescription
public void setMetaDescription(String metaDescription)
- Specified by:
setMetaDescription in interface Content
setNote
public void setNote(String note)
- Specified by:
setNote in interface Content
setOnline
public void setOnline(Boolean online)
- Specified by:
setOnline in interface Content
setParentContentId
public void setParentContentId(Integer parentContentId)
- Specified by:
setParentContentId in interface Content
setPriority
public void setPriority(Integer priority)
- Specified by:
setPriority in interface Content
setRejectedBy
public void setRejectedBy(String rejectedBy)
- Specified by:
setRejectedBy in interface Content
setRejectedDate
public void setRejectedDate(Date rejectedDate)
- Specified by:
setRejectedDate in interface Content
setRenderTemplate
public void setRenderTemplate(String renderTemplate)
- Specified by:
setRenderTemplate in interface Content
setSandbox
public void setSandbox(String sandbox)
- Specified by:
setSandbox in interface Content
setSubmittedBy
public void setSubmittedBy(String submittedBy)
- Specified by:
setSubmittedBy in interface Content
setSubmittedDate
public void setSubmittedDate(Date submittedDate)
- Specified by:
setSubmittedDate in interface Content
setTitle
public void setTitle(String title)
- Specified by:
setTitle in interface Content
setUrlTitle
public void setUrlTitle(String urlTitle)
- Specified by:
setUrlTitle in interface Content
Copyright © 2012. All Rights Reserved.