org.hibernate.test.typedonetoone
Class Address

java.lang.Object
  extended by org.hibernate.test.typedonetoone.Address
All Implemented Interfaces:
Serializable

public class Address
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Address()
           
 
Method Summary
 AddressId getAddressId()
           
 String getCity()
           
 Customer getCustomer()
           
 String getState()
           
 String getStreet()
           
 String getZip()
           
 void setAddressId(AddressId addressId)
           
 void setCity(String city)
           
 void setCustomer(Customer customer)
           
 void setState(String state)
           
 void setStreet(String street)
           
 void setZip(String zip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

getCustomer

public Customer getCustomer()

setCustomer

public void setCustomer(Customer customer)

getCity

public String getCity()

setCity

public void setCity(String city)

getState

public String getState()

setState

public void setState(String state)

getStreet

public String getStreet()

setStreet

public void setStreet(String street)

getZip

public String getZip()

setZip

public void setZip(String zip)

getAddressId

public AddressId getAddressId()

setAddressId

public void setAddressId(AddressId addressId)


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