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

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

@Entity
public class BiRefIngEntity
extends Object


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

Constructor Detail

BiRefIngEntity

public BiRefIngEntity()

BiRefIngEntity

public BiRefIngEntity(Integer id,
                      String data)

BiRefIngEntity

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

getId

public Integer getId()

setId

public void setId(Integer id)

getData

public String getData()

setData

public void setData(String data)

getReference

public BiRefEdEntity getReference()

setReference

public void setReference(BiRefEdEntity reference)

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.