org.hibernate.envers.test.integration.superclass.auditedAtSuperclassLevel
Class NotAuditedSubclassEntity

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

@Entity
public class NotAuditedSubclassEntity
extends AuditedAllMappedSuperclass


Constructor Summary
NotAuditedSubclassEntity()
           
NotAuditedSubclassEntity(Integer id, String str, String otherStr, String notAuditedStr)
           
NotAuditedSubclassEntity(String str, String otherStr, String notAuditedStr)
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getId()
           
 String getNotAuditedStr()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setNotAuditedStr(String notAuditedStr)
           
 
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

NotAuditedSubclassEntity

public NotAuditedSubclassEntity()

NotAuditedSubclassEntity

public NotAuditedSubclassEntity(Integer id,
                                String str,
                                String otherStr,
                                String notAuditedStr)

NotAuditedSubclassEntity

public NotAuditedSubclassEntity(String str,
                                String otherStr,
                                String notAuditedStr)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getNotAuditedStr

public String getNotAuditedStr()

setNotAuditedStr

public void setNotAuditedStr(String notAuditedStr)

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.