org.hibernate.ejb.test.callbacks
Class Person

java.lang.Object
  extended by org.hibernate.ejb.test.callbacks.Person
Direct Known Subclasses:
Customer, Employee

@Entity
public class Person
extends Object


Constructor Summary
Person()
           
 
Method Summary
 String getAddress()
           
 String getCountry()
           
 long getId()
           
 String getName()
           
 char getSex()
           
 String getZip()
           
 void setAddress(String address)
           
 void setCountry(String country)
           
 void setId(long id)
           
 void setName(String identity)
           
 void setSex(char sex)
           
 void setZip(String zip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

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.