org.hibernate.ejb.test.callbacks
Class Person
java.lang.Object
org.hibernate.ejb.test.callbacks.Person
- Direct Known Subclasses:
- Customer, Employee
@Entity
public class Person
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person()
getId
public long getId()
setId
public void setId(long id)
getSex
public char getSex()
setSex
public void setSex(char sex)
getName
public String getName()
setName
public void setName(String identity)
getCountry
public String getCountry()
setCountry
public void setCountry(String country)
getZip
public String getZip()
setZip
public void setZip(String zip)
getAddress
public String getAddress()
setAddress
public void setAddress(String address)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.