org.hibernate.envers.test.entities.onetomany.detached
Class IndexedListJoinColumnBidirectionalRefIngEntity

java.lang.Object
  extended by org.hibernate.envers.test.entities.onetomany.detached.IndexedListJoinColumnBidirectionalRefIngEntity

@Entity
public class IndexedListJoinColumnBidirectionalRefIngEntity
extends Object

Entity for IndexedJoinColumnBidirectionalList test. Owning side of the relation.


Constructor Summary
IndexedListJoinColumnBidirectionalRefIngEntity()
           
IndexedListJoinColumnBidirectionalRefIngEntity(Integer id, String data, IndexedListJoinColumnBidirectionalRefEdEntity... references)
           
IndexedListJoinColumnBidirectionalRefIngEntity(String data, IndexedListJoinColumnBidirectionalRefEdEntity... references)
           
 
Method Summary
 boolean equals(Object o)
           
 String getData()
           
 Integer getId()
           
 List<IndexedListJoinColumnBidirectionalRefEdEntity> getReferences()
           
 int hashCode()
           
 void setData(String data)
           
 void setId(Integer id)
           
 void setReferences(List<IndexedListJoinColumnBidirectionalRefEdEntity> references)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexedListJoinColumnBidirectionalRefIngEntity

public IndexedListJoinColumnBidirectionalRefIngEntity()

IndexedListJoinColumnBidirectionalRefIngEntity

public IndexedListJoinColumnBidirectionalRefIngEntity(Integer id,
                                                      String data,
                                                      IndexedListJoinColumnBidirectionalRefEdEntity... references)

IndexedListJoinColumnBidirectionalRefIngEntity

public IndexedListJoinColumnBidirectionalRefIngEntity(String data,
                                                      IndexedListJoinColumnBidirectionalRefEdEntity... references)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getData

public String getData()

setData

public void setData(String data)

getReferences

public List<IndexedListJoinColumnBidirectionalRefEdEntity> getReferences()

setReferences

public void setReferences(List<IndexedListJoinColumnBidirectionalRefEdEntity> references)

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


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