org.syncope.console.wicket.markup.html.tree
Class SyncopeTreeNode
java.lang.Object
org.syncope.console.wicket.markup.html.tree.SyncopeTreeNode
- All Implemented Interfaces:
- Serializable
public class SyncopeTreeNode
- extends Object
- implements Serializable
SyncopeTreeNode wrapper class for RoleTO object.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncopeTreeNode
public SyncopeTreeNode()
getChildren
public List<SyncopeTreeNode> getChildren()
setChildren
public void setChildren(List<SyncopeTreeNode> children)
getId
public Long getId()
getParentId
public Long getParentId()
setParentId
public void setParentId(Long parentId)
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
displayName
public String displayName()
Copyright © 2010. All Rights Reserved.