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

java.lang.Object
  extended by org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
      extended by org.hibernate.envers.test.integration.superclass.auditparents.MappedParentEntity
Direct Known Subclasses:
ChildCompleteEntity, ChildMultipleParentsEntity, ChildSingleParentEntity

@MappedSuperclass
public class MappedParentEntity
extends MappedGrandparentEntity


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

MappedParentEntity

public MappedParentEntity(Long id,
                          String grandparent,
                          String notAudited,
                          String parent,
                          StrIntTestEntity relation)
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)

getRelation

public StrIntTestEntity getRelation()

setRelation

public void setRelation(StrIntTestEntity relation)


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