@Entity public class ContentImpl extends Object implements Content
| Modifier and Type | Field and Description |
|---|---|
protected Date |
activeEndDate |
protected Date |
activeStartDate |
protected String |
approvedBy |
protected Date |
approvedDate |
protected String |
browserTitle |
protected Date |
contentDate |
protected String |
contentType |
protected Boolean |
deployed |
protected String |
description |
protected String |
displayRule |
protected Integer |
id |
protected String |
keywords |
protected String |
languageCode |
protected String |
lastModifiedBy |
protected Date |
lastModifiedDate |
protected String |
metaDescription |
protected String |
note |
protected Boolean |
online |
protected Integer |
parentContentId |
protected Integer |
priority |
protected String |
rejectedBy |
protected Date |
rejectedDate |
protected String |
renderTemplate |
protected String |
sandbox |
protected String |
submittedBy |
protected Date |
submittedDate |
protected String |
title |
protected String |
urlTitle |
| Constructor and Description |
|---|
ContentImpl() |
ContentImpl(Content cnt,
String sandbox,
boolean deployed) |
protected Date activeEndDate
protected Date activeStartDate
protected String approvedBy
protected Date approvedDate
protected String browserTitle
protected Date contentDate
protected String contentType
protected String displayRule
protected Boolean deployed
protected String description
protected Integer id
protected String keywords
protected String languageCode
protected Date lastModifiedDate
protected String lastModifiedBy
protected String metaDescription
protected String note
protected Boolean online
protected Integer parentContentId
protected Integer priority
protected String rejectedBy
protected Date rejectedDate
protected String renderTemplate
protected String sandbox
protected String submittedBy
protected Date submittedDate
protected String title
protected String urlTitle
public Date getActiveEndDate()
getActiveEndDate in interface Contentpublic Date getActiveStartDate()
getActiveStartDate in interface Contentpublic String getApprovedBy()
getApprovedBy in interface Contentpublic Date getApprovedDate()
getApprovedDate in interface Contentpublic String getBrowserTitle()
getBrowserTitle in interface Contentpublic Date getContentDate()
getContentDate in interface Contentpublic String getContentType()
getContentType in interface Contentpublic String getDisplayRule()
getDisplayRule in interface Contentpublic Boolean getDeployed()
getDeployed in interface Contentpublic String getDescription()
getDescription in interface Contentpublic String getKeywords()
getKeywords in interface Contentpublic String getLanguageCode()
getLanguageCode in interface Contentpublic String getLastModifiedBy()
getLastModifiedBy in interface Contentpublic Date getLastModifiedDate()
getLastModifiedDate in interface Contentpublic String getMetaDescription()
getMetaDescription in interface Contentpublic Integer getParentContentId()
getParentContentId in interface Contentpublic Integer getPriority()
getPriority in interface Contentpublic String getRejectedBy()
getRejectedBy in interface Contentpublic Date getRejectedDate()
getRejectedDate in interface Contentpublic String getRenderTemplate()
getRenderTemplate in interface Contentpublic String getSandbox()
getSandbox in interface Contentpublic String getSubmittedBy()
getSubmittedBy in interface Contentpublic Date getSubmittedDate()
getSubmittedDate in interface Contentpublic String getUrlTitle()
getUrlTitle in interface Contentpublic void setActiveEndDate(Date activeEndDate)
setActiveEndDate in interface Contentpublic void setActiveStartDate(Date activeStartDate)
setActiveStartDate in interface Contentpublic void setApprovedBy(String approvedBy)
setApprovedBy in interface Contentpublic void setApprovedDate(Date approvedDate)
setApprovedDate in interface Contentpublic void setBrowserTitle(String browserTitle)
setBrowserTitle in interface Contentpublic void setContentDate(Date contentDate)
setContentDate in interface Contentpublic void setContentType(String contentType)
setContentType in interface Contentpublic void setDisplayRule(String displayRule)
setDisplayRule in interface Contentpublic void setDeployed(Boolean deployed)
setDeployed in interface Contentpublic void setDescription(String description)
setDescription in interface Contentpublic void setKeywords(String keywords)
setKeywords in interface Contentpublic void setLanguageCode(String languageCode)
setLanguageCode in interface Contentpublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface Contentpublic void setLastModifiedDate(Date lastModifiedDate)
setLastModifiedDate in interface Contentpublic void setMetaDescription(String metaDescription)
setMetaDescription in interface Contentpublic void setParentContentId(Integer parentContentId)
setParentContentId in interface Contentpublic void setPriority(Integer priority)
setPriority in interface Contentpublic void setRejectedBy(String rejectedBy)
setRejectedBy in interface Contentpublic void setRejectedDate(Date rejectedDate)
setRejectedDate in interface Contentpublic void setRenderTemplate(String renderTemplate)
setRenderTemplate in interface Contentpublic void setSandbox(String sandbox)
setSandbox in interface Contentpublic void setSubmittedBy(String submittedBy)
setSubmittedBy in interface Contentpublic void setSubmittedDate(Date submittedDate)
setSubmittedDate in interface Contentpublic void setUrlTitle(String urlTitle)
setUrlTitle in interface ContentCopyright © 2014. All rights reserved.