org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited
Class Car
java.lang.Object
   org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited.Car
org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited.Car
- public class Car 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Car
public Car()
Car
public Car(int number,
           List<Person> owners)
getId
public long getId()
- 
 
setId
public void setId(long id)
- 
 
getOwners
public List<Person> getOwners()
- 
 
setOwners
public void setOwners(List<Person> owners)
- 
 
getNumber
public int getNumber()
- 
 
setNumber
public void setNumber(int number)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.