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

java.lang.Object
  extended by org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
      extended by org.hibernate.envers.test.integration.superclass.auditparents.TransitiveParentEntity
Direct Known Subclasses:
ExplicitTransitiveChildEntity, ImplicitTransitiveChildEntity

@MappedSuperclass
public class TransitiveParentEntity
extends MappedGrandparentEntity


Constructor Summary
TransitiveParentEntity()
           
TransitiveParentEntity(Long id, String grandparent, String notAudited, String parent)
           
 
Method Summary
 boolean equals(Object o)
           
 String getParent()
           
 int hashCode()
           
 void setParent(String parent)
           
 String toString()
           
 
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

TransitiveParentEntity

public TransitiveParentEntity()

TransitiveParentEntity

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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class MappedGrandparentEntity

toString

public String toString()
Overrides:
toString in class MappedGrandparentEntity

getParent

public String getParent()

setParent

public void setParent(String parent)


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