org.hibernate.test.annotations.override
Class Addr

java.lang.Object
  extended by org.hibernate.test.annotations.override.Addr

@Entity
public class Addr
extends Object


Constructor Summary
Addr()
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 int getId()
           
 String getState()
           
 String getStreet()
           
 String getZipcode()
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setId(int id)
           
 void setState(String state)
           
 void setStreet(String street)
           
 void setZipcode(String zipcode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Addr

public Addr()
Method Detail

getStreet

public String getStreet()

setStreet

public void setStreet(String street)

getCity

public String getCity()

setCity

public void setCity(String city)

getState

public String getState()

setState

public void setState(String state)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getZipcode

public String getZipcode()

setZipcode

public void setZipcode(String zipcode)

getId

public int getId()

setId

public void setId(int id)


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