RichFaces Examples Iteration 4.3.0.CR1

org.richfaces.demo.model
Class Company

java.lang.Object
  extended by org.richfaces.demo.model.Company

public class Company
extends Object


Constructor Summary
Company(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getPhone()
           
 String getState()
           
 int hashCode()
           
 void setName(String name)
           
 void setPhone(String phone)
           
 void setState(String state)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Company

public Company(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getState

public String getState()

setState

public void setState(String state)

getPhone

public String getPhone()

setPhone

public void setPhone(String phone)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

RichFaces Examples Iteration 4.3.0.CR1

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