org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditAllSubclass
Class AuditedAllSubclassEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.AuditedAllMappedSuperclass
      extended by org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditAllSubclass.AuditedAllSubclassEntity

@Entity
public class AuditedAllSubclassEntity
extends AuditedAllMappedSuperclass


Constructor Summary
AuditedAllSubclassEntity()
           
AuditedAllSubclassEntity(Integer id, String str, String otherString, String subAuditedStr)
           
AuditedAllSubclassEntity(String str, String otherString, String subAuditedStr)
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getId()
           
 String getSubAuditedStr()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setSubAuditedStr(String subAuditedStr)
           
 
Methods inherited from class org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.AuditedAllMappedSuperclass
getOtherStr, getStr, setOtherStr, setStr
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditedAllSubclassEntity

public AuditedAllSubclassEntity()

AuditedAllSubclassEntity

public AuditedAllSubclassEntity(Integer id,
                                String str,
                                String otherString,
                                String subAuditedStr)

AuditedAllSubclassEntity

public AuditedAllSubclassEntity(String str,
                                String otherString,
                                String subAuditedStr)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getSubAuditedStr

public String getSubAuditedStr()

setSubAuditedStr

public void setSubAuditedStr(String subAuditedStr)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AuditedAllMappedSuperclass


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