org.hibernate.test.annotations.embedded.many2one
Class Address

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.many2one.Address

@Embeddable
public class Address
extends Object

TODO : javadoc


Constructor Summary
Address()
           
 
Method Summary
 String getCity()
           
 Country getCountry()
           
 String getLine1()
           
 String getLine2()
           
 String getPostalCode()
           
 void setCity(String city)
           
 void setCountry(Country country)
           
 void setLine1(String line1)
           
 void setLine2(String line2)
           
 void setPostalCode(String postalCode)
           
 
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

getLine1

public String getLine1()

setLine1

public void setLine1(String line1)

getLine2

public String getLine2()

setLine2

public void setLine2(String line2)

getCity

public String getCity()

setCity

public void setCity(String city)

getCountry

public Country getCountry()

setCountry

public void setCountry(Country country)

getPostalCode

public String getPostalCode()

setPostalCode

public void setPostalCode(String postalCode)


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