| |
|
| java.lang.Object org.jboss.test.hibernate.model.v1.Person
Person | public class Person implements Serializable(Code) | | author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
Person | public Person(int iq)(Code) | | |
getAddress | public String getAddress()(Code) | | Gets the address
Returns a String |
getIQ | public int getIQ()(Code) | | Gets the IQ
Returns a int |
getName | public String getName()(Code) | | Gets the name
Returns a String |
getPay | public Float getPay()(Code) | | Gets the pay number
Returns a Float |
setAddress | public void setAddress(String address)(Code) | | Sets the address
Parameters: address - The address to set |
setBDay | public void setBDay(java.util.Date bday)(Code) | | Sets the date
Parameters: bday - The date to set |
setIQ | public void setIQ(int iq)(Code) | | Sets the IQ
Parameters: iq - The count to set |
setName | public void setName(String name)(Code) | | Sets the name
Parameters: name - The name to set |
setPay | public void setPay(Float number)(Code) | | Sets the pay number
Parameters: number - The Pay to set |
|
|
|