org.infoglue.cms.entities.structure.impl.simple
Class SiteNodeImpl

java.lang.Object
  extended by org.infoglue.cms.entities.structure.impl.simple.SiteNodeImpl
All Implemented Interfaces:
IBaseEntity, SiteNode
Direct Known Subclasses:
SmallSiteNodeImpl

public class SiteNodeImpl
extends java.lang.Object
implements SiteNode


Constructor Summary
SiteNodeImpl()
           
 
Method Summary
 java.lang.Integer getChildCount()
          Returns the childCount.
 java.util.Collection getChildSiteNodes()
           
 java.lang.String getCreator()
           
 java.util.Date getExpireDateTime()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.Boolean getIsBranch()
           
 java.lang.Integer getMetaInfoContentId()
           
 java.lang.String getName()
           
 SiteNodeImpl getParentSiteNode()
           
 java.util.Date getPublishDateTime()
           
 RepositoryImpl getRepository()
           
 java.lang.Integer getSiteNodeId()
           
 SiteNodeTypeDefinitionImpl getSiteNodeTypeDefinition()
           
 java.util.Collection getSiteNodeVersions()
           
 SiteNodeVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setChildCount(java.lang.Integer childCount)
          Sets the childCount.
 void setChildSiteNodes(java.util.Collection childSiteNodes)
           
 void setCreator(java.lang.String creator)
           
 void setExpireDateTime(java.util.Date expireDateTime)
           
 void setIsBranch(java.lang.Boolean isBranch)
           
 void setMetaInfoContentId(java.lang.Integer metaInfoContentId)
           
 void setName(java.lang.String name)
           
 void setParentSiteNode(SiteNodeImpl parentSiteNode)
           
 void setPublishDateTime(java.util.Date publishDateTime)
           
 void setRepository(RepositoryImpl repository)
           
 void setSiteNodeId(java.lang.Integer siteNodeId)
           
 void setSiteNodeTypeDefinition(SiteNodeTypeDefinitionImpl siteNodeTypeDefinition)
           
 void setSiteNodeVersions(java.util.Collection siteNodeVersions)
           
 void setValueObject(SiteNodeVO 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

SiteNodeImpl

public SiteNodeImpl()
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 SiteNodeVO getValueObject()
Specified by:
getValueObject in interface SiteNode

setValueObject

public void setValueObject(SiteNodeVO valueObject)
Specified by:
setValueObject in interface SiteNode

getSiteNodeId

public java.lang.Integer getSiteNodeId()
Specified by:
getSiteNodeId in interface SiteNode

setSiteNodeId

public void setSiteNodeId(java.lang.Integer siteNodeId)
Specified by:
setSiteNodeId in interface SiteNode

getName

public java.lang.String getName()
Specified by:
getName in interface SiteNode

setName

public void setName(java.lang.String name)
Specified by:
setName in interface SiteNode

getIsBranch

public java.lang.Boolean getIsBranch()
Specified by:
getIsBranch in interface SiteNode

setIsBranch

public void setIsBranch(java.lang.Boolean isBranch)
Specified by:
setIsBranch in interface SiteNode

getPublishDateTime

public java.util.Date getPublishDateTime()
Specified by:
getPublishDateTime in interface SiteNode

setPublishDateTime

public void setPublishDateTime(java.util.Date publishDateTime)
Specified by:
setPublishDateTime in interface SiteNode

getExpireDateTime

public java.util.Date getExpireDateTime()
Specified by:
getExpireDateTime in interface SiteNode

setExpireDateTime

public void setExpireDateTime(java.util.Date expireDateTime)
Specified by:
setExpireDateTime in interface SiteNode

getMetaInfoContentId

public java.lang.Integer getMetaInfoContentId()
Specified by:
getMetaInfoContentId in interface SiteNode

setMetaInfoContentId

public void setMetaInfoContentId(java.lang.Integer metaInfoContentId)
Specified by:
setMetaInfoContentId in interface SiteNode

getParentSiteNode

public SiteNodeImpl getParentSiteNode()
Specified by:
getParentSiteNode in interface SiteNode

setParentSiteNode

public void setParentSiteNode(SiteNodeImpl parentSiteNode)
Specified by:
setParentSiteNode in interface SiteNode

getChildSiteNodes

public java.util.Collection getChildSiteNodes()
Specified by:
getChildSiteNodes in interface SiteNode

setChildSiteNodes

public void setChildSiteNodes(java.util.Collection childSiteNodes)
Specified by:
setChildSiteNodes in interface SiteNode

getSiteNodeVersions

public java.util.Collection getSiteNodeVersions()
Specified by:
getSiteNodeVersions in interface SiteNode

setSiteNodeVersions

public void setSiteNodeVersions(java.util.Collection siteNodeVersions)
Specified by:
setSiteNodeVersions in interface SiteNode

getCreator

public java.lang.String getCreator()
Specified by:
getCreator in interface SiteNode

setCreator

public void setCreator(java.lang.String creator)
Specified by:
setCreator in interface SiteNode

getRepository

public RepositoryImpl getRepository()
Specified by:
getRepository in interface SiteNode

setRepository

public void setRepository(RepositoryImpl repository)
Specified by:
setRepository in interface SiteNode

getSiteNodeTypeDefinition

public SiteNodeTypeDefinitionImpl getSiteNodeTypeDefinition()
Specified by:
getSiteNodeTypeDefinition in interface SiteNode

setSiteNodeTypeDefinition

public void setSiteNodeTypeDefinition(SiteNodeTypeDefinitionImpl siteNodeTypeDefinition)
Specified by:
setSiteNodeTypeDefinition in interface SiteNode

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


Copyright © 2005 InfoGlue.org All Rights Reserved.