org.hibernate.envers.test.entities.components
Class UniquePropsEntity

java.lang.Object
  extended by org.hibernate.envers.test.entities.components.UniquePropsEntity
All Implemented Interfaces:
Serializable

public class UniquePropsEntity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UniquePropsEntity()
           
UniquePropsEntity(Long id, String data1, String data2)
           
 
Method Summary
 boolean equals(Object o)
           
 String getData1()
           
 String getData2()
           
 Long getId()
           
 int hashCode()
           
 void setData1(String data1)
           
 void setData2(String data2)
           
 void setId(Long id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UniquePropsEntity

public UniquePropsEntity()

UniquePropsEntity

public UniquePropsEntity(Long id,
                         String data1,
                         String data2)
Method Detail

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

getId

public Long getId()

setId

public void setId(Long id)

getData1

public String getData1()

setData1

public void setData1(String data1)

getData2

public String getData2()

setData2

public void setData2(String data2)


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