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

java.lang.Object
  extended by org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
      extended by org.hibernate.envers.test.integration.superclass.auditparents.MappedParentEntity
          extended by org.hibernate.envers.test.integration.superclass.auditparents.ChildCompleteEntity
              extended by org.hibernate.envers.test.integration.superclass.auditparents.BabyCompleteEntity

@Entity
public class BabyCompleteEntity
extends ChildCompleteEntity


Constructor Summary
BabyCompleteEntity()
           
BabyCompleteEntity(Long id, String grandparent, String notAudited, String parent, String child, StrIntTestEntity relation, String baby)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBaby()
           
 int hashCode()
           
 void setBaby(String baby)
           
 String toString()
           
 
Methods inherited from class org.hibernate.envers.test.integration.superclass.auditparents.ChildCompleteEntity
getChild, setChild
 
Methods inherited from class org.hibernate.envers.test.integration.superclass.auditparents.MappedParentEntity
getParent, getRelation, setParent, setRelation
 
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

BabyCompleteEntity

public BabyCompleteEntity()

BabyCompleteEntity

public BabyCompleteEntity(Long id,
                          String grandparent,
                          String notAudited,
                          String parent,
                          String child,
                          StrIntTestEntity relation,
                          String baby)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ChildCompleteEntity

toString

public String toString()
Overrides:
toString in class ChildCompleteEntity

getBaby

public String getBaby()

setBaby

public void setBaby(String baby)


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