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

java.lang.Object
  |
  +--org.infoglue.cms.entities.content.impl.simple.ContentImpl
        |
        +--org.infoglue.cms.entities.content.impl.simple.SmallContentImpl
All Implemented Interfaces:
Content, IBaseEntity

public class SmallContentImpl
extends ContentImpl


Constructor Summary
SmallContentImpl()
           
 
Method Summary
 java.lang.Integer getChildCount()
          Returns the childCount.
 java.lang.Integer getContentId()
           
 ContentTypeDefinitionImpl getContentTypeDefinition()
           
 java.lang.Integer getContentTypeDefinitionId()
           
 java.lang.String getCreator()
           
 java.util.Date getExpireDateTime()
           
 java.lang.Integer getId()
           
 java.lang.Boolean getIsBranch()
           
 java.lang.Integer getIsProtected()
           
 java.lang.String getName()
           
 java.lang.Integer getParentContentId()
           
 java.util.Date getPublishDateTime()
           
 RepositoryImpl getRepository()
           
 java.lang.Integer getRepositoryId()
           
 ContentVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setChildCount(java.lang.Integer childCount)
          Sets the childCount.
 void setContentId(java.lang.Integer contentId)
           
 void setContentTypeDefinition(ContentTypeDefinitionImpl contentTypeDefinition)
           
 void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
           
 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 setParentContentId(java.lang.Integer parentContentId)
           
 void setPublishDateTime(java.util.Date publishDateTime)
           
 void setRepository(RepositoryImpl repository)
           
 void setRepositoryId(java.lang.Integer repositoryId)
           
 void setValueObject(ContentVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 
Methods inherited from class org.infoglue.cms.entities.content.impl.simple.ContentImpl
getChildren, getContentVersions, getIdAsObject, getParentContent, getRelatedByContents, getRelatedContents, setChildren, setContentVersions, setParentContent, setRelatedByContents, setRelatedContents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmallContentImpl

public SmallContentImpl()
Method Detail

getVO

public BaseEntityVO getVO()
Specified by:
getVO in interface IBaseEntity
Overrides:
getVO in class ContentImpl
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getVO()

setVO

public void setVO(BaseEntityVO valueObject)
Specified by:
setVO in interface IBaseEntity
Overrides:
setVO in class ContentImpl
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#setVO(BaseEntityVO)

getId

public java.lang.Integer getId()
Specified by:
getId in interface IBaseEntity
Overrides:
getId in class ContentImpl
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getId()

getValueObject

public ContentVO getValueObject()
Specified by:
getValueObject in interface Content
Overrides:
getValueObject in class ContentImpl

setValueObject

public void setValueObject(ContentVO valueObject)
Specified by:
setValueObject in interface Content
Overrides:
setValueObject in class ContentImpl

getContentId

public java.lang.Integer getContentId()
Specified by:
getContentId in interface Content
Overrides:
getContentId in class ContentImpl

setContentId

public void setContentId(java.lang.Integer contentId)
Specified by:
setContentId in interface Content
Overrides:
setContentId in class ContentImpl

getName

public java.lang.String getName()
Specified by:
getName in interface Content
Overrides:
getName in class ContentImpl

setName

public void setName(java.lang.String name)
Specified by:
setName in interface Content
Overrides:
setName in class ContentImpl

getPublishDateTime

public java.util.Date getPublishDateTime()
Specified by:
getPublishDateTime in interface Content
Overrides:
getPublishDateTime in class ContentImpl

setPublishDateTime

public void setPublishDateTime(java.util.Date publishDateTime)
Specified by:
setPublishDateTime in interface Content
Overrides:
setPublishDateTime in class ContentImpl

getExpireDateTime

public java.util.Date getExpireDateTime()
Specified by:
getExpireDateTime in interface Content
Overrides:
getExpireDateTime in class ContentImpl

setExpireDateTime

public void setExpireDateTime(java.util.Date expireDateTime)
Specified by:
setExpireDateTime in interface Content
Overrides:
setExpireDateTime in class ContentImpl

getIsBranch

public java.lang.Boolean getIsBranch()
Specified by:
getIsBranch in interface Content
Overrides:
getIsBranch in class ContentImpl

setIsBranch

public void setIsBranch(java.lang.Boolean isBranch)
Specified by:
setIsBranch in interface Content
Overrides:
setIsBranch in class ContentImpl

getContentTypeDefinition

public ContentTypeDefinitionImpl getContentTypeDefinition()
Specified by:
getContentTypeDefinition in interface Content
Overrides:
getContentTypeDefinition in class ContentImpl

setContentTypeDefinition

public void setContentTypeDefinition(ContentTypeDefinitionImpl contentTypeDefinition)
Specified by:
setContentTypeDefinition in interface Content
Overrides:
setContentTypeDefinition in class ContentImpl

getCreator

public java.lang.String getCreator()
Specified by:
getCreator in interface Content
Overrides:
getCreator in class ContentImpl

setCreator

public void setCreator(java.lang.String creator)
Specified by:
setCreator in interface Content
Overrides:
setCreator in class ContentImpl

getRepository

public RepositoryImpl getRepository()
Specified by:
getRepository in interface Content
Overrides:
getRepository in class ContentImpl

setRepository

public void setRepository(RepositoryImpl repository)
Specified by:
setRepository in interface Content
Overrides:
setRepository in class ContentImpl

getChildCount

public java.lang.Integer getChildCount()
Returns the childCount.

Specified by:
getChildCount in interface Content
Overrides:
getChildCount in class ContentImpl
Returns:
Integer

setChildCount

public void setChildCount(java.lang.Integer childCount)
Sets the childCount.

Specified by:
setChildCount in interface Content
Overrides:
setChildCount in class ContentImpl
Parameters:
childCount - The childCount to set

setIsProtected

public void setIsProtected(java.lang.Integer isProtected)
Specified by:
setIsProtected in interface Content
Overrides:
setIsProtected in class ContentImpl

getIsProtected

public java.lang.Integer getIsProtected()
Specified by:
getIsProtected in interface Content
Overrides:
getIsProtected in class ContentImpl

setRepositoryId

public void setRepositoryId(java.lang.Integer repositoryId)

getRepositoryId

public java.lang.Integer getRepositoryId()

setContentTypeDefinitionId

public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)

getContentTypeDefinitionId

public java.lang.Integer getContentTypeDefinitionId()

setParentContentId

public void setParentContentId(java.lang.Integer parentContentId)

getParentContentId

public java.lang.Integer getParentContentId()