org.hibernate.envers.test.integration.inheritance.joined.childrelation
Class ParentNotIngEntity
java.lang.Object
   org.hibernate.envers.test.integration.inheritance.joined.childrelation.ParentNotIngEntity
org.hibernate.envers.test.integration.inheritance.joined.childrelation.ParentNotIngEntity
- Direct Known Subclasses: 
- ChildIngEntity
- @Entity
public class ParentNotIngEntity 
- extends Object
 
 
 
ParentNotIngEntity
public ParentNotIngEntity()
ParentNotIngEntity
public ParentNotIngEntity(Integer id,
                          String data)
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
getData
public String getData()
- 
 
setData
public void setData(String data)
- 
 
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
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.