org.syncope.console.wicket.markup.html.tree
Class SyncopeTreeNode

java.lang.Object
  extended by 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

Constructor Summary
SyncopeTreeNode()
           
 
Method Summary
 String displayName()
           
 List<SyncopeTreeNode> getChildren()
           
 Long getId()
           
 String getName()
           
 Long getParentId()
           
 void setChildren(List<SyncopeTreeNode> children)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setParentId(Long parentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncopeTreeNode

public SyncopeTreeNode()
Method Detail

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.