org.hibernate.test.ops
Class Address
java.lang.Object
   org.hibernate.test.ops.Address
org.hibernate.test.ops.Address
- public class Address 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Address
public Address()
Address
public Address(String streetAddress,
               String city,
               String country,
               Person resident)
getId
public Long getId()
- 
 
setId
public void setId(Long id)
- 
 
getStreetAddress
public String getStreetAddress()
- 
 
setStreetAddress
public void setStreetAddress(String streetAddress)
- 
 
getCity
public String getCity()
- 
 
setCity
public void setCity(String city)
- 
 
getCountry
public String getCountry()
- 
 
setCountry
public void setCountry(String country)
- 
 
getResident
public Person getResident()
- 
 
setResident
public void setResident(Person resident)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.