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

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

public class SmallSiteNodeImpl
extends SiteNodeImpl


Constructor Summary
SmallSiteNodeImpl()
           
 
Method Summary
 java.lang.Integer getChildCount()
          Returns the childCount.
 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()
           
 java.util.Date getPublishDateTime()
           
 java.lang.Integer getSiteNodeId()
           
 SiteNodeVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setChildCount(java.lang.Integer childCount)
          Sets the childCount.
 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 setPublishDateTime(java.util.Date publishDateTime)
           
 void setSiteNodeId(java.lang.Integer siteNodeId)
           
 void setValueObject(SiteNodeVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 
Methods inherited from class org.infoglue.cms.entities.structure.impl.simple.SiteNodeImpl
getChildSiteNodes, getParentSiteNode, getRepository, getSiteNodeTypeDefinition, getSiteNodeVersions, setChildSiteNodes, setParentSiteNode, setRepository, setSiteNodeTypeDefinition, setSiteNodeVersions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmallSiteNodeImpl

public SmallSiteNodeImpl()
Method Detail

getVO

public BaseEntityVO getVO()
Specified by:
getVO in interface IBaseEntity
Overrides:
getVO in class SiteNodeImpl
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 SiteNodeImpl
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 SiteNodeImpl
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getId()

getIdAsObject

public java.lang.Object getIdAsObject()
Specified by:
getIdAsObject in interface IBaseEntity
Overrides:
getIdAsObject in class SiteNodeImpl

getValueObject

public SiteNodeVO getValueObject()
Specified by:
getValueObject in interface SiteNode
Overrides:
getValueObject in class SiteNodeImpl

setValueObject

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

getSiteNodeId

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

setSiteNodeId

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

getName

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

setName

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

getIsBranch

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

setIsBranch

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

getPublishDateTime

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

setPublishDateTime

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

getExpireDateTime

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

setExpireDateTime

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

getMetaInfoContentId

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

setMetaInfoContentId

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

getCreator

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

setCreator

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

getChildCount

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

Overrides:
getChildCount in class SiteNodeImpl
Returns:
Integer

setChildCount

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

Overrides:
setChildCount in class SiteNodeImpl
Parameters:
childCount - The childCount to set


Copyright © 2005 InfoGlue.org All Rights Reserved.