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

java.lang.Object
  extended by org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
Direct Known Subclasses:
MappedParentEntity, TransitiveParentEntity

@MappedSuperclass
public class MappedGrandparentEntity
extends Object


Constructor Summary
MappedGrandparentEntity(Long id, String grandparent, String notAudited)
           
 
Method Summary
 boolean equals(Object o)
           
 String getGrandparent()
           
 Long getId()
           
 String getNotAudited()
           
 int hashCode()
           
 void setGrandparent(String grandparent)
           
 void setId(Long id)
           
 void setNotAudited(String notAudited)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappedGrandparentEntity

public MappedGrandparentEntity(Long id,
                               String grandparent,
                               String notAudited)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getId

public Long getId()

setId

public void setId(Long id)

getGrandparent

public String getGrandparent()

setGrandparent

public void setGrandparent(String grandparent)

getNotAudited

public String getNotAudited()

setNotAudited

public void setNotAudited(String notAudited)


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