org.hibernate.envers.test.integration.superclass.auditparents
Class ImplicitTransitiveChildEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
      extended by org.hibernate.envers.test.integration.superclass.auditparents.TransitiveParentEntity
          extended by org.hibernate.envers.test.integration.superclass.auditparents.ImplicitTransitiveChildEntity

@Entity
public class ImplicitTransitiveChildEntity
extends TransitiveParentEntity


Constructor Summary
ImplicitTransitiveChildEntity()
           
ImplicitTransitiveChildEntity(Long id, String grandparent, String notAudited, String parent, String child)
           
 
Method Summary
 boolean equals(Object o)
           
 String getChild()
           
 int hashCode()
           
 void setChild(String child)
           
 String toString()
           
 
Methods inherited from class org.hibernate.envers.test.integration.superclass.auditparents.TransitiveParentEntity
getParent, setParent
 
Methods inherited from class org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
getGrandparent, getId, getNotAudited, setGrandparent, setId, setNotAudited
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImplicitTransitiveChildEntity

public ImplicitTransitiveChildEntity()

ImplicitTransitiveChildEntity

public ImplicitTransitiveChildEntity(Long id,
                                     String grandparent,
                                     String notAudited,
                                     String parent,
                                     String child)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class TransitiveParentEntity

toString

public String toString()
Overrides:
toString in class TransitiveParentEntity

getChild

public String getChild()

setChild

public void setChild(String child)


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