org.infoglue.cms.entities.content
Class ContentVO

java.lang.Object
  extended by 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
           
 
Constructor Summary
ContentVO()
           
 
Method Summary
 java.lang.Integer getChildCount()
          Returns the childCount.
 java.lang.Integer getContentId()
           
 java.lang.Integer getContentTypeDefinitionId()
           
 java.lang.String getCreatorName()
          Returns the creatorName.
 java.util.Date getExpireDateTime()
           
 java.util.Map getExtraProperties()
           
 java.lang.Integer getId()
           
 java.lang.Boolean getIsBranch()
           
 java.lang.Integer getIsProtected()
           
 java.lang.String getName()
           
 java.lang.Integer getParentContentId()
           
 java.util.Date getPublishDateTime()
           
 java.lang.Integer getRepositoryId()
           
 void setChildCount(java.lang.Integer childCount)
          Sets the childCount.
 void setContentId(java.lang.Integer contentId)
           
 void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
           
 void setCreatorName(java.lang.String creatorName)
          Sets the creatorName.
 void setExpireDateTime(java.util.Date expireDateTime)
           
 void setExtraProperties(java.util.Map extraProperties)
           
 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 setRepositoryId(java.lang.Integer repositoryId)
           
 java.lang.String toString()
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO

public static final java.lang.Integer NO

YES

public static final java.lang.Integer YES

INHERITED

public static final java.lang.Integer INHERITED
Constructor Detail

ContentVO

public ContentVO()
Method Detail

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.