RichFaces Examples Inputs 4.3.0.Final

org.richfaces.demo.picklist
Class EntityBean

java.lang.Object
  extended by org.richfaces.demo.picklist.EntityBean

public class EntityBean
extends Object

Author:
Brian Leathem

Constructor Summary
EntityBean(String title, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getTitle()
           
 String getValue()
           
 int hashCode()
           
 void setTitle(String title)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityBean

public EntityBean(String title,
                  String value)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getValue

public String getValue()

setValue

public void setValue(String value)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

RichFaces Examples Inputs 4.3.0.Final

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