org.hibernate.envers.test.entities.onetomany.detached.inheritance
Class ChildIndexedListJoinColumnBidirectionalRefIngEntity

java.lang.Object
  extended by org.hibernate.envers.test.entities.onetomany.detached.inheritance.ParentIndexedListJoinColumnBidirectionalRefIngEntity
      extended by org.hibernate.envers.test.entities.onetomany.detached.inheritance.ChildIndexedListJoinColumnBidirectionalRefIngEntity

@Entity
public class ChildIndexedListJoinColumnBidirectionalRefIngEntity
extends ParentIndexedListJoinColumnBidirectionalRefIngEntity

Entity for InheritanceIndexedJoinColumnBidirectionalList test. Child, owning side of the relation.


Constructor Summary
ChildIndexedListJoinColumnBidirectionalRefIngEntity()
           
ChildIndexedListJoinColumnBidirectionalRefIngEntity(Integer id, String data, String data2, ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity... references)
           
ChildIndexedListJoinColumnBidirectionalRefIngEntity(String data, String data2, ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity... references)
           
 
Method Summary
 boolean equals(Object o)
           
 String getData2()
           
 int hashCode()
           
 void setData2(String data2)
           
 String toString()
           
 
Methods inherited from class org.hibernate.envers.test.entities.onetomany.detached.inheritance.ParentIndexedListJoinColumnBidirectionalRefIngEntity
getData, getId, getReferences, setData, setId, setReferences
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildIndexedListJoinColumnBidirectionalRefIngEntity

public ChildIndexedListJoinColumnBidirectionalRefIngEntity()

ChildIndexedListJoinColumnBidirectionalRefIngEntity

public ChildIndexedListJoinColumnBidirectionalRefIngEntity(Integer id,
                                                           String data,
                                                           String data2,
                                                           ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity... references)

ChildIndexedListJoinColumnBidirectionalRefIngEntity

public ChildIndexedListJoinColumnBidirectionalRefIngEntity(String data,
                                                           String data2,
                                                           ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity... references)
Method Detail

getData2

public String getData2()

setData2

public void setData2(String data2)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ParentIndexedListJoinColumnBidirectionalRefIngEntity

toString

public String toString()
Overrides:
toString in class ParentIndexedListJoinColumnBidirectionalRefIngEntity


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