org.hibernate.envers.test.integration.onetoone.bidirectional
Class BiRefEdEntity

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

@Entity
public class BiRefEdEntity
extends Object


Constructor Summary
BiRefEdEntity()
           
BiRefEdEntity(Integer id, String data)
           
BiRefEdEntity(Integer id, String data, BiRefIngEntity referencing)
           
 
Method Summary
 boolean equals(Object o)
           
 String getData()
           
 Integer getId()
           
 BiRefIngEntity getReferencing()
           
 int hashCode()
           
 void setData(String data)
           
 void setId(Integer id)
           
 void setReferencing(BiRefIngEntity referencing)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiRefEdEntity

public BiRefEdEntity()

BiRefEdEntity

public BiRefEdEntity(Integer id,
                     String data)

BiRefEdEntity

public BiRefEdEntity(Integer id,
                     String data,
                     BiRefIngEntity referencing)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getData

public String getData()

setData

public void setData(String data)

getReferencing

public BiRefIngEntity getReferencing()

setReferencing

public void setReferencing(BiRefIngEntity 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.