org.hibernate.test.querycache
Class Address
java.lang.Object
org.hibernate.test.querycache.Address
public class Address
- extends Object
Implementation of Address.
Address
public Address()
Address
public Address(Student student,
String type,
String street,
String city,
String stateProvince,
String postalCode,
String country)
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.