org.hibernate.test.querycache
Class Address

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

public class Address
extends Object

Implementation of Address.


Constructor Summary
Address()
           
Address(Student student, String type, String street, String city, String stateProvince, String postalCode, String country)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAddressType()
           
 String getCity()
           
 String getCountry()
           
 long getId()
           
 String getPostalCode()
           
 String getStateProvince()
           
 String getStreet()
           
 Student getStudent()
           
 int hashCode()
           
 void setAddressType(String addressType)
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setId(long id)
           
 void setPostalCode(String postalCode)
           
 void setStateProvince(String stateProvince)
           
 void setStreet(String street)
           
 void setStudent(Student student)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(Student student,
               String type,
               String street,
               String city,
               String stateProvince,
               String postalCode,
               String country)
Method Detail

getId

public long getId()

setId

public void setId(long id)

getStudent

public Student getStudent()

setStudent

public void setStudent(Student student)

getAddressType

public String getAddressType()

setAddressType

public void setAddressType(String addressType)

getStreet

public String getStreet()

setStreet

public void setStreet(String street)

getCity

public String getCity()

setCity

public void setCity(String city)

getPostalCode

public String getPostalCode()

setPostalCode

public void setPostalCode(String postalCode)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getStateProvince

public String getStateProvince()

setStateProvince

public void setStateProvince(String stateProvince)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.