org.hibernate.envers.test.integration.onetoone.bidirectional.ids
Class BiMulIdRefEdEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.onetoone.bidirectional.ids.BiMulIdRefEdEntity

@Entity
public class BiMulIdRefEdEntity
extends Object


Constructor Summary
BiMulIdRefEdEntity()
           
BiMulIdRefEdEntity(Integer id1, Integer id2, String data)
           
 
Method Summary
 boolean equals(Object o)
           
 String getData()
           
 Integer getId1()
           
 Integer getId2()
           
 BiMulIdRefIngEntity getReferencing()
           
 int hashCode()
           
 void setData(String data)
           
 void setId1(Integer id1)
           
 void setId2(Integer id2)
           
 void setReferencing(BiMulIdRefIngEntity referencing)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiMulIdRefEdEntity

public BiMulIdRefEdEntity()

BiMulIdRefEdEntity

public BiMulIdRefEdEntity(Integer id1,
                          Integer id2,
                          String data)
Method Detail

getId1

public Integer getId1()

setId1

public void setId1(Integer id1)

getId2

public Integer getId2()

setId2

public void setId2(Integer id2)

getData

public String getData()

setData

public void setData(String data)

getReferencing

public BiMulIdRefIngEntity getReferencing()

setReferencing

public void setReferencing(BiMulIdRefIngEntity referencing)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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