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

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

@Entity
public class DoubleListJoinColumnBidirectionalRefIngEntity
extends Object

Entity for DoubleJoinColumnBidirectionalList test. Owning side of the relations.


Constructor Summary
DoubleListJoinColumnBidirectionalRefIngEntity()
           
DoubleListJoinColumnBidirectionalRefIngEntity(Integer id, String data)
           
DoubleListJoinColumnBidirectionalRefIngEntity(String data)
           
 
Method Summary
 boolean equals(Object o)
           
 String getData()
           
 Integer getId()
           
 List<DoubleListJoinColumnBidirectionalRefEdEntity1> getReferences1()
           
 List<DoubleListJoinColumnBidirectionalRefEdEntity2> getReferences2()
           
 int hashCode()
           
 void setData(String data)
           
 void setId(Integer id)
           
 void setReferences1(List<DoubleListJoinColumnBidirectionalRefEdEntity1> references1)
           
 void setReferences2(List<DoubleListJoinColumnBidirectionalRefEdEntity2> references2)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleListJoinColumnBidirectionalRefIngEntity

public DoubleListJoinColumnBidirectionalRefIngEntity()

DoubleListJoinColumnBidirectionalRefIngEntity

public DoubleListJoinColumnBidirectionalRefIngEntity(Integer id,
                                                     String data)

DoubleListJoinColumnBidirectionalRefIngEntity

public DoubleListJoinColumnBidirectionalRefIngEntity(String data)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getData

public String getData()

setData

public void setData(String data)

getReferences1

public List<DoubleListJoinColumnBidirectionalRefEdEntity1> getReferences1()

setReferences1

public void setReferences1(List<DoubleListJoinColumnBidirectionalRefEdEntity1> references1)

getReferences2

public List<DoubleListJoinColumnBidirectionalRefEdEntity2> getReferences2()

setReferences2

public void setReferences2(List<DoubleListJoinColumnBidirectionalRefEdEntity2> references2)

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.