org.hibernate.envers.test.integration.collection.norevision
Class Name
java.lang.Object
   org.hibernate.envers.test.integration.collection.norevision.Name
org.hibernate.envers.test.integration.collection.norevision.Name
- All Implemented Interfaces: 
- Serializable
- @Entity
public class Name 
- extends Object- implements Serializable
- See Also:
- Serialized Form
| Constructor Summary | 
| Name()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Name
public Name()
getId
public Integer getId()
- 
 
- 
 
setId
public void setId(Integer id)
- 
 
- 
 
getName
public String getName()
- 
 
- 
 
setName
public void setName(String name)
- 
 
- 
 
getPerson
public Person getPerson()
- 
 
- 
 
setPerson
public void setPerson(Person person)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.