org.hibernate.envers.test.integration.interfaces.relation
Class SetRefEdEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.interfaces.relation.SetRefEdEntity
All Implemented Interfaces:
ISetRefEdEntity

@Entity
public class SetRefEdEntity
extends Object
implements ISetRefEdEntity

ReferencEd entity


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

Constructor Detail

SetRefEdEntity

public SetRefEdEntity()

SetRefEdEntity

public SetRefEdEntity(Integer id,
                      String data)

SetRefEdEntity

public SetRefEdEntity(String data)
Method Detail

getId

public Integer getId()
Specified by:
getId in interface ISetRefEdEntity

setId

public void setId(Integer id)
Specified by:
setId in interface ISetRefEdEntity

getData

public String getData()
Specified by:
getData in interface ISetRefEdEntity

setData

public void setData(String data)
Specified by:
setData in interface ISetRefEdEntity

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.