org.hibernate.test.propertyref.component.partial
Class Account
java.lang.Object
   org.hibernate.test.propertyref.component.partial.Account
org.hibernate.test.propertyref.component.partial.Account
- public class Account 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Account
public Account()
getOwner
public Person getOwner()
- 
 
setOwner
public void setOwner(Person owner)
- 
 
getNumber
public String getNumber()
- 
 
setNumber
public void setNumber(String number)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.