org.infoglue.cms.entities.content.impl.simple
Class ContentImpl

java.lang.Object
  extended by 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


Constructor Summary
ContentImpl()
           
 
Method Summary
 java.lang.Integer getChildCount()
          Returns the childCount.
 java.util.Collection getChildren()
           
 java.lang.Integer getContentId()
           
 ContentTypeDefinitionImpl getContentTypeDefinition()
           
 java.lang.Integer getContentTypeDefinitionId()
           
 java.util.Collection getContentVersions()
           
 java.lang.String getCreator()
           
 java.util.Date getExpireDateTime()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.Boolean getIsBranch()
           
 java.lang.Integer getIsProtected()
           
 java.lang.String getName()
           
 ContentImpl getParentContent()
           
 java.util.Date getPublishDateTime()
           
 java.util.Collection getRelatedByContents()
           
 java.util.Collection getRelatedContents()
           
 RepositoryImpl getRepository()
           
 ContentVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setChildCount(java.lang.Integer childCount)
          Sets the childCount.
 void setChildren(java.util.Collection children)
           
 void setContentId(java.lang.Integer contentId)
           
 void setContentTypeDefinition(ContentTypeDefinitionImpl contentTypeDefinition)
           
 void setContentVersions(java.util.Collection contentVersions)
           
 void setCreator(java.lang.String creator)
           
 void setExpireDateTime(java.util.Date expireDateTime)
           
 void setIsBranch(java.lang.Boolean isBranch)
           
 void setIsProtected(java.lang.Integer isProtected)
           
 void setName(java.lang.String name)
           
 void setParentContent(ContentImpl parentContent)
           
 void setPublishDateTime(java.util.Date publishDateTime)
           
 void setRelatedByContents(java.util.Collection relatedByContents)
           
 void setRelatedContents(java.util.Collection relatedContents)
           
 void setRepository(RepositoryImpl repository)
           
 void setValueObject(ContentVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentImpl

public ContentImpl()
Method Detail

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.