Package org.exoplatform.portal.pom.data
Class NodeData
java.lang.Object
org.exoplatform.portal.pom.data.ModelData
org.exoplatform.portal.pom.data.NodeData
- All Implemented Interfaces:
Serializable
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeData(String storageId, String uri, String label, String icon, String name, Date startPublicationDate, Date endPublicationDate, Visibility visibility, String pageReference, String[] children) NodeData(String uri, String label, String icon, String name, Date startPublicationDate, Date endPublicationDate, Visibility visibility, String pageReference, String[] children) -
Method Summary
Modifier and TypeMethodDescriptiongetChildRef(int index) intgetIcon()getLabel()getName()getURI()Methods inherited from class org.exoplatform.portal.pom.data.ModelData
getStorageId, getStorageName
-
Constructor Details
-
NodeData
-
NodeData
-
-
Method Details
-
getURI
-
getLabel
-
getIcon
-
getName
-
getStartPublicationDate
-
getEndPublicationDate
-
getVisibility
-
getPageReference
-
getChildrenCount
public int getChildrenCount() -
getChildRef
-