org.hibernate.test.annotations.embedded.one2many
Class Person

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.one2many.Person

@Entity
public class Person
extends Object

TODO : javadoc


Constructor Summary
Person()
           
Person(PersonName name)
           
Person(String firstName, String lastName)
           
 
Method Summary
 Long getId()
           
 PersonName getName()
           
 void setId(Long id)
           
 void setName(PersonName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()

Person

public Person(String firstName,
              String lastName)

Person

public Person(PersonName name)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public PersonName getName()

setName

public void setName(PersonName name)


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