org.hibernate.envers.test.integration.superclass.auditparents
Class MappedGrandparentEntity
java.lang.Object
   org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
org.hibernate.envers.test.integration.superclass.auditparents.MappedGrandparentEntity
- Direct Known Subclasses: 
- MappedParentEntity, TransitiveParentEntity
- @MappedSuperclass
public class MappedGrandparentEntity 
- extends Object
 
 
 
MappedGrandparentEntity
public MappedGrandparentEntity(Long id,
                               String grandparent,
                               String notAudited)
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin 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.