nl.hippo.portal.cms
Class CMSMetaDataItemImpl

java.lang.Object
  extended by nl.hippo.portal.cms.CMSMetaDataItemImpl
All Implemented Interfaces:
nl.hippo.portal.cms.CMSMetaDataItem

public class CMSMetaDataItemImpl
extends java.lang.Object
implements nl.hippo.portal.cms.CMSMetaDataItem


Constructor Summary
CMSMetaDataItemImpl(java.lang.String id, java.lang.String value, java.util.Map attributes)
           
 
Method Summary
 void addChild(CMSMetaDataItemImpl child)
           
 java.lang.String getAttribute(java.lang.String key)
           
 java.util.Map getAttributes()
           
 java.util.List getChildren()
           
 java.lang.String getId()
           
 int getNestingLevel()
           
 nl.hippo.portal.cms.CMSMetaDataItem getParent()
           
 java.lang.String getValue()
           
 boolean hasChildren()
           
 void setParent(nl.hippo.portal.cms.CMSMetaDataItem parent)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMSMetaDataItemImpl

public CMSMetaDataItemImpl(java.lang.String id,
                           java.lang.String value,
                           java.util.Map attributes)
Method Detail

getAttribute

public java.lang.String getAttribute(java.lang.String key)
Specified by:
getAttribute in interface nl.hippo.portal.cms.CMSMetaDataItem

getAttributes

public java.util.Map getAttributes()
Specified by:
getAttributes in interface nl.hippo.portal.cms.CMSMetaDataItem

getChildren

public java.util.List getChildren()
Specified by:
getChildren in interface nl.hippo.portal.cms.CMSMetaDataItem

addChild

public void addChild(CMSMetaDataItemImpl child)

getId

public java.lang.String getId()
Specified by:
getId in interface nl.hippo.portal.cms.CMSMetaDataItem

getParent

public nl.hippo.portal.cms.CMSMetaDataItem getParent()
Specified by:
getParent in interface nl.hippo.portal.cms.CMSMetaDataItem

setParent

public void setParent(nl.hippo.portal.cms.CMSMetaDataItem parent)

getValue

public java.lang.String getValue()
Specified by:
getValue in interface nl.hippo.portal.cms.CMSMetaDataItem

hasChildren

public boolean hasChildren()
Specified by:
hasChildren in interface nl.hippo.portal.cms.CMSMetaDataItem

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getNestingLevel

public int getNestingLevel()
Specified by:
getNestingLevel in interface nl.hippo.portal.cms.CMSMetaDataItem


Copyright © 2007-2008 . All Rights Reserved.