Class NodeBrowserPost.Node
- java.lang.Object
-
- org.alfresco.repo.web.scripts.admin.NodeBrowserPost.Node
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NodeBrowserPost
public class NodeBrowserPost.Node extends Object implements Serializable
Node wrapper class- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getName()
NodeRef
getNodeRef()
NodeRef
getParentNodeRef()
String
getPrefixedName()
String
getPrefixedQNamePath()
String
getQnamePath()
NodeBrowserPost.QNameBean
getType()
void
setNodeRef(NodeRef nodeRef)
void
setParentNodeRef(NodeRef parentNodeRef)
-
-
-
Constructor Detail
-
Node
public Node(NodeRef nodeRef)
-
-
Method Detail
-
getQnamePath
public String getQnamePath()
-
getPrefixedQNamePath
public String getPrefixedQNamePath()
-
getNodeRef
public NodeRef getNodeRef()
-
getId
public String getId()
-
getName
public String getName()
-
getPrefixedName
public String getPrefixedName()
-
getType
public NodeBrowserPost.QNameBean getType()
-
setNodeRef
public void setNodeRef(NodeRef nodeRef)
-
getParentNodeRef
public NodeRef getParentNodeRef()
-
setParentNodeRef
public void setParentNodeRef(NodeRef parentNodeRef)
-
-