org.hibernate.envers.test.integration.inheritance.joined.relation
Class Person

java.lang.Object
  extended by org.hibernate.envers.test.integration.inheritance.joined.relation.RightsSubject
      extended by org.hibernate.envers.test.integration.inheritance.joined.relation.Person

@Entity
public class Person
extends RightsSubject


Constructor Summary
Person()
           
Person(Long id, String group, String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class org.hibernate.envers.test.integration.inheritance.joined.relation.RightsSubject
getGroup, getId, getRoles, setGroup, setId, setRoles
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Person

public Person()

Person

public Person(Long id,
              String group,
              String name)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class RightsSubject

hashCode

public int hashCode()
Overrides:
hashCode in class RightsSubject

toString

public String toString()
Overrides:
toString in class RightsSubject

getName

public String getName()

setName

public void setName(String name)


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