org.hibernate.envers.test.integration.inheritance.tableperclass.relation
Class ChildIngEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.inheritance.tableperclass.relation.ParentIngEntity
      extended by org.hibernate.envers.test.integration.inheritance.tableperclass.relation.ChildIngEntity

@Entity
public class ChildIngEntity
extends ParentIngEntity


Constructor Summary
ChildIngEntity()
           
ChildIngEntity(Integer id, String data, Long number)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getNumber()
           
 int hashCode()
           
 void setNumber(Long number)
           
 String toString()
           
 
Methods inherited from class org.hibernate.envers.test.integration.inheritance.tableperclass.relation.ParentIngEntity
getData, getId, getReferenced, setData, setId, setReferenced
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildIngEntity

public ChildIngEntity()

ChildIngEntity

public ChildIngEntity(Integer id,
                      String data,
                      Long number)
Method Detail

getNumber

public Long getNumber()

setNumber

public void setNumber(Long number)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ParentIngEntity

toString

public String toString()
Overrides:
toString in class ParentIngEntity


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