org.infoglue.cms.entities.content
Class ContentVO
java.lang.Object
org.infoglue.cms.entities.content.ContentVO
- All Implemented Interfaces:
- java.io.Serializable, BaseEntityVO
public class ContentVO
- extends java.lang.Object
- implements BaseEntityVO
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.Integer |
INHERITED
|
static java.lang.Integer |
NO
|
static java.lang.Integer |
YES
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO
public static final java.lang.Integer NO
YES
public static final java.lang.Integer YES
INHERITED
public static final java.lang.Integer INHERITED
ContentVO
public ContentVO()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface BaseEntityVO
- See Also:
BaseEntityVO.getId()
getContentId
public java.lang.Integer getContentId()
setRepositoryId
public void setRepositoryId(java.lang.Integer repositoryId)
getRepositoryId
public java.lang.Integer getRepositoryId()
setContentId
public void setContentId(java.lang.Integer contentId)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getPublishDateTime
public java.util.Date getPublishDateTime()
setPublishDateTime
public void setPublishDateTime(java.util.Date publishDateTime)
getExpireDateTime
public java.util.Date getExpireDateTime()
setExpireDateTime
public void setExpireDateTime(java.util.Date expireDateTime)
getIsBranch
public java.lang.Boolean getIsBranch()
setIsBranch
public void setIsBranch(java.lang.Boolean isBranch)
validate
public ConstraintExceptionBuffer validate()
- Specified by:
validate in interface BaseEntityVO
- Returns:
- ConstraintExceptionBuffer
- See Also:
BaseEntityVO.validate()
getChildCount
public java.lang.Integer getChildCount()
- Returns the childCount.
- Returns:
- Integer
setChildCount
public void setChildCount(java.lang.Integer childCount)
- Sets the childCount.
- Parameters:
childCount - The childCount to set
getCreatorName
public java.lang.String getCreatorName()
- Returns the creatorName.
- Returns:
- String
setCreatorName
public void setCreatorName(java.lang.String creatorName)
- Sets the creatorName.
- Parameters:
creatorName - The creatorName to set
getIsProtected
public java.lang.Integer getIsProtected()
setIsProtected
public void setIsProtected(java.lang.Integer isProtected)
getContentTypeDefinitionId
public java.lang.Integer getContentTypeDefinitionId()
setContentTypeDefinitionId
public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
getParentContentId
public java.lang.Integer getParentContentId()
setParentContentId
public void setParentContentId(java.lang.Integer parentContentId)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getExtraProperties
public java.util.Map getExtraProperties()
setExtraProperties
public void setExtraProperties(java.util.Map extraProperties)
Copyright © 2005 InfoGlue.org All Rights Reserved.