org.syncope.console.wicket.markup.html.tree
Class SyncopeTreeNode
java.lang.Object
org.syncope.console.wicket.markup.html.tree.SyncopeTreeNode
public class SyncopeTreeNode
- extends Object
SyncopeTreeNode wrapper class for RoleTO object.
| 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)
Copyright © 2010. All Rights Reserved.