org.hibernate.envers.test.integration.collection.norevision
Class Person

java.lang.Object
  extended by org.hibernate.envers.test.integration.collection.norevision.Person
All Implemented Interfaces:
Serializable

@Entity
public class Person
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Person()
           
 
Method Summary
 Integer getId()
           
 Set<Name> getNames()
           
 void setId(Integer id)
           
 void setNames(Set<Name> names)
           
 
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 Integer getId()

setId

public void setId(Integer id)

getNames

public Set<Name> getNames()

setNames

public void setNames(Set<Name> names)


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