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
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.