org.hibernate.test.onetoone.optional
Class Address

java.lang.Object
  extended by org.hibernate.test.onetoone.optional.Address

public class Address
extends Object


Field Summary
 String entityName
           
 String state
           
 String street
           
 String zip
           
 
Constructor Summary
Address()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

entityName

public String entityName

street

public String street

state

public String state

zip

public String zip
Constructor Detail

Address

public Address()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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