org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditMethodSubclass
Class AuditedMethodSubclassEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.AuditedAllMappedSuperclass
      extended by org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel.auditMethodSubclass.AuditedMethodSubclassEntity

@Entity
public class AuditedMethodSubclassEntity
extends AuditedAllMappedSuperclass


Constructor Summary
AuditedMethodSubclassEntity()
           
AuditedMethodSubclassEntity(Integer id, String str, String otherString, String subAuditedStr)
           
AuditedMethodSubclassEntity(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

AuditedMethodSubclassEntity

public AuditedMethodSubclassEntity()

AuditedMethodSubclassEntity

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

AuditedMethodSubclassEntity

public AuditedMethodSubclassEntity(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.