org.broadleafcommerce.core.content.domain
Interface Content

All Known Implementing Classes:
ContentDetailsImpl, ContentImpl

public interface Content

Basic content item for the BLC CMS support

Author:
dwtalk

Method Summary
 Date getActiveEndDate()
           
 Date getActiveStartDate()
           
 String getApprovedBy()
           
 Date getApprovedDate()
           
 String getBrowserTitle()
           
 Date getContentDate()
           
 String getContentType()
           
 Boolean getDeployed()
           
 String getDescription()
           
 String getDisplayRule()
           
 Integer getId()
           
 String getKeywords()
           
 String getLanguageCode()
           
 String getLastModifiedBy()
           
 Date getLastModifiedDate()
           
 String getMetaDescription()
           
 String getNote()
           
 Boolean getOnline()
           
 Integer getParentContentId()
           
 Integer getPriority()
           
 String getRejectedBy()
           
 Date getRejectedDate()
           
 String getRenderTemplate()
           
 String getSandbox()
           
 String getSubmittedBy()
           
 Date getSubmittedDate()
           
 String getTitle()
           
 String getUrlTitle()
           
 void setActiveEndDate(Date activeEndDate)
           
 void setActiveStartDate(Date activeStartDate)
           
 void setApprovedBy(String approvedBy)
           
 void setApprovedDate(Date approvedDate)
           
 void setBrowserTitle(String browserTitle)
           
 void setContentDate(Date contentDate)
           
 void setContentType(String contentType)
           
 void setDeployed(Boolean deployed)
           
 void setDescription(String description)
           
 void setDisplayRule(String displayRule)
           
 void setId(Integer id)
           
 void setKeywords(String keywords)
           
 void setLanguageCode(String languageCode)
           
 void setLastModifiedBy(String lastModifiedBy)
           
 void setLastModifiedDate(Date lastModifiedDate)
           
 void setMetaDescription(String metaDescription)
           
 void setNote(String note)
           
 void setOnline(Boolean online)
           
 void setParentContentId(Integer parentContentId)
           
 void setPriority(Integer priority)
           
 void setRejectedBy(String rejectedBy)
           
 void setRejectedDate(Date rejectedDate)
           
 void setRenderTemplate(String renderTemplate)
           
 void setSandbox(String sandbox)
           
 void setSubmittedBy(String submimttedBy)
           
 void setSubmittedDate(Date submittedDate)
           
 void setTitle(String title)
           
 void setUrlTitle(String urlTitle)
           
 

Method Detail

getActiveEndDate

Date getActiveEndDate()

getActiveStartDate

Date getActiveStartDate()

getApprovedBy

String getApprovedBy()

getApprovedDate

Date getApprovedDate()

getBrowserTitle

String getBrowserTitle()

getContentDate

Date getContentDate()

getContentType

String getContentType()

getDisplayRule

String getDisplayRule()

getDeployed

Boolean getDeployed()

getDescription

String getDescription()

getId

Integer getId()

getKeywords

String getKeywords()

getLanguageCode

String getLanguageCode()

getLastModifiedDate

Date getLastModifiedDate()

getLastModifiedBy

String getLastModifiedBy()

getMetaDescription

String getMetaDescription()

getNote

String getNote()

getOnline

Boolean getOnline()

getParentContentId

Integer getParentContentId()

getPriority

Integer getPriority()

getRejectedBy

String getRejectedBy()

getRejectedDate

Date getRejectedDate()

getRenderTemplate

String getRenderTemplate()

getSandbox

String getSandbox()

getSubmittedBy

String getSubmittedBy()

getSubmittedDate

Date getSubmittedDate()

getTitle

String getTitle()

getUrlTitle

String getUrlTitle()

setActiveEndDate

void setActiveEndDate(Date activeEndDate)

setActiveStartDate

void setActiveStartDate(Date activeStartDate)

setApprovedBy

void setApprovedBy(String approvedBy)

setApprovedDate

void setApprovedDate(Date approvedDate)

setBrowserTitle

void setBrowserTitle(String browserTitle)

setContentDate

void setContentDate(Date contentDate)

setContentType

void setContentType(String contentType)

setDisplayRule

void setDisplayRule(String displayRule)

setDeployed

void setDeployed(Boolean deployed)

setDescription

void setDescription(String description)

setId

void setId(Integer id)

setKeywords

void setKeywords(String keywords)

setLanguageCode

void setLanguageCode(String languageCode)

setLastModifiedDate

void setLastModifiedDate(Date lastModifiedDate)

setLastModifiedBy

void setLastModifiedBy(String lastModifiedBy)

setMetaDescription

void setMetaDescription(String metaDescription)

setNote

void setNote(String note)

setOnline

void setOnline(Boolean online)

setParentContentId

void setParentContentId(Integer parentContentId)

setPriority

void setPriority(Integer priority)

setRejectedBy

void setRejectedBy(String rejectedBy)

setRejectedDate

void setRejectedDate(Date rejectedDate)

setRenderTemplate

void setRenderTemplate(String renderTemplate)

setSandbox

void setSandbox(String sandbox)

setSubmittedBy

void setSubmittedBy(String submimttedBy)

setSubmittedDate

void setSubmittedDate(Date submittedDate)

setTitle

void setTitle(String title)

setUrlTitle

void setUrlTitle(String urlTitle)


Copyright © 2013. All Rights Reserved.