org.hibernate.test.ops
Class Address

java.lang.Object
  extended by org.hibernate.test.ops.Address

public class Address
extends Object


Constructor Summary
Address()
           
Address(String streetAddress, String city, String country, Person resident)
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 Long getId()
           
 Person getResident()
           
 String getStreetAddress()
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setId(Long id)
           
 void setResident(Person resident)
           
 void setStreetAddress(String streetAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(String streetAddress,
               String city,
               String country,
               Person resident)
Method Detail

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.