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

java.lang.Object
  extended by org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.AuditedMethodMappedSuperclass
      extended by org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass.AuditedAllSubclassEntity

@Entity
public class AuditedAllSubclassEntity
extends AuditedMethodMappedSuperclass


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.auditAtMethodSuperclassLevel.AuditedMethodMappedSuperclass
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 AuditedMethodMappedSuperclass

hashCode

public int hashCode()
Overrides:
hashCode in class AuditedMethodMappedSuperclass


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