org.infoglue.cms.entities.content.impl.simple
Class ContentImpl
java.lang.Object
org.infoglue.cms.entities.content.impl.simple.ContentImpl
- All Implemented Interfaces:
- Content, IBaseEntity
- Direct Known Subclasses:
- MediumContentImpl, SmallContentImpl
public class ContentImpl
- extends java.lang.Object
- implements Content
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentImpl
public ContentImpl()
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getVO()
setVO
public void setVO(BaseEntityVO valueObject)
- Specified by:
setVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#setVO(BaseEntityVO)
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getId()
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
getValueObject
public ContentVO getValueObject()
- Specified by:
getValueObject in interface Content
setValueObject
public void setValueObject(ContentVO valueObject)
- Specified by:
setValueObject in interface Content
getContentId
public java.lang.Integer getContentId()
- Specified by:
getContentId in interface Content
setContentId
public void setContentId(java.lang.Integer contentId)
- Specified by:
setContentId in interface Content
getName
public java.lang.String getName()
- Specified by:
getName in interface Content
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface Content
getPublishDateTime
public java.util.Date getPublishDateTime()
- Specified by:
getPublishDateTime in interface Content
setPublishDateTime
public void setPublishDateTime(java.util.Date publishDateTime)
- Specified by:
setPublishDateTime in interface Content
getExpireDateTime
public java.util.Date getExpireDateTime()
- Specified by:
getExpireDateTime in interface Content
setExpireDateTime
public void setExpireDateTime(java.util.Date expireDateTime)
- Specified by:
setExpireDateTime in interface Content
getIsBranch
public java.lang.Boolean getIsBranch()
- Specified by:
getIsBranch in interface Content
setIsBranch
public void setIsBranch(java.lang.Boolean isBranch)
- Specified by:
setIsBranch in interface Content
getContentTypeDefinition
public ContentTypeDefinitionImpl getContentTypeDefinition()
- Specified by:
getContentTypeDefinition in interface Content
setContentTypeDefinition
public void setContentTypeDefinition(ContentTypeDefinitionImpl contentTypeDefinition)
- Specified by:
setContentTypeDefinition in interface Content
getContentTypeDefinitionId
public java.lang.Integer getContentTypeDefinitionId()
getChildren
public java.util.Collection getChildren()
- Specified by:
getChildren in interface Content
setChildren
public void setChildren(java.util.Collection children)
- Specified by:
setChildren in interface Content
getParentContent
public ContentImpl getParentContent()
- Specified by:
getParentContent in interface Content
setParentContent
public void setParentContent(ContentImpl parentContent)
- Specified by:
setParentContent in interface Content
getContentVersions
public java.util.Collection getContentVersions()
- Specified by:
getContentVersions in interface Content
setContentVersions
public void setContentVersions(java.util.Collection contentVersions)
- Specified by:
setContentVersions in interface Content
getCreator
public java.lang.String getCreator()
- Specified by:
getCreator in interface Content
setCreator
public void setCreator(java.lang.String creator)
- Specified by:
setCreator in interface Content
getRepository
public RepositoryImpl getRepository()
- Specified by:
getRepository in interface Content
setRepository
public void setRepository(RepositoryImpl repository)
- Specified by:
setRepository in interface Content
getRelatedContents
public java.util.Collection getRelatedContents()
- Specified by:
getRelatedContents in interface Content
setRelatedContents
public void setRelatedContents(java.util.Collection relatedContents)
- Specified by:
setRelatedContents in interface Content
getRelatedByContents
public java.util.Collection getRelatedByContents()
- Specified by:
getRelatedByContents in interface Content
setRelatedByContents
public void setRelatedByContents(java.util.Collection relatedByContents)
- Specified by:
setRelatedByContents in interface Content
getChildCount
public java.lang.Integer getChildCount()
- Returns the childCount.
- Specified by:
getChildCount in interface Content
- Returns:
- Integer
setChildCount
public void setChildCount(java.lang.Integer childCount)
- Sets the childCount.
- Specified by:
setChildCount in interface Content
- Parameters:
childCount - The childCount to set
setIsProtected
public void setIsProtected(java.lang.Integer isProtected)
- Specified by:
setIsProtected in interface Content
getIsProtected
public java.lang.Integer getIsProtected()
- Specified by:
getIsProtected in interface Content
Copyright © 2005 InfoGlue.org All Rights Reserved.