org.hibernate.envers.test.integration.entityNames.oneToManyAudited
Class Person
java.lang.Object
   org.hibernate.envers.test.integration.entityNames.oneToManyAudited.Person
org.hibernate.envers.test.integration.entityNames.oneToManyAudited.Person
- public class Person 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Person
public Person()
Person
public Person(String name,
              int age)
getId
public long getId()
- 
 
setId
public void setId(long id)
- 
 
getName
public String getName()
- 
 
setName
public void setName(String name)
- 
 
getAge
public int getAge()
- 
 
setAge
public void setAge(int age)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.