org.hibernate.test.propertyref.component.partial
Class Person

java.lang.Object
  extended by org.hibernate.test.propertyref.component.partial.Person

public class Person
extends Object


Constructor Summary
Person()
           
 
Method Summary
 Long getId()
           
 Identity getIdentity()
           
 void setId(Long id)
           
 void setIdentity(Identity identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getIdentity

public Identity getIdentity()

setIdentity

public void setIdentity(Identity identity)


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