org.infoglue.cms.entities.content.impl.simple
Class MediumContentImpl
java.lang.Object
org.infoglue.cms.entities.content.impl.simple.ContentImpl
org.infoglue.cms.entities.content.impl.simple.MediumContentImpl
- All Implemented Interfaces:
- Content, IBaseEntity
public class MediumContentImpl
- extends ContentImpl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediumContentImpl
public MediumContentImpl()
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
getContentVersions
public java.util.Collection getContentVersions()
- Specified by:
getContentVersions in interface Content- Overrides:
getContentVersions in class ContentImpl
setContentVersions
public void setContentVersions(java.util.Collection contentVersions)
- Specified by:
setContentVersions in interface Content- Overrides:
setContentVersions 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)
- Specified by:
setRepositoryId in interface Content- Overrides:
setRepositoryId in class ContentImpl
getRepositoryId
public java.lang.Integer getRepositoryId()
- Specified by:
getRepositoryId in interface Content- Overrides:
getRepositoryId in class ContentImpl
setContentTypeDefinitionId
public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
- Specified by:
setContentTypeDefinitionId in interface Content- Overrides:
setContentTypeDefinitionId in class ContentImpl
getContentTypeDefinitionId
public java.lang.Integer getContentTypeDefinitionId()
- Specified by:
getContentTypeDefinitionId in interface Content- Overrides:
getContentTypeDefinitionId in class ContentImpl
setParentContentId
public void setParentContentId(java.lang.Integer parentContentId)
getParentContentId
public java.lang.Integer getParentContentId()
Copyright © 2005 InfoGlue.org All Rights Reserved.