RichFaces Showcase 4.1.1-SNAPSHOT

org.richfaces.demo.tree.model
Class NamedNode

java.lang.Object
  extended by org.richfaces.demo.tree.model.NamedNode
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CD, Company, Country

public class NamedNode
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  String type
           
 
Constructor Summary
NamedNode()
           
 
Method Summary
 String getName()
           
 String getType()
           
 void setName(String name)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected String type

name

protected String name
Constructor Detail

NamedNode

public NamedNode()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

toString

public String toString()
Overrides:
toString in class Object

RichFaces Showcase 4.1.1-SNAPSHOT

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.