org.hibernate.envers.test.integration.data
Class SerObject

java.lang.Object
  extended by org.hibernate.envers.test.integration.data.SerObject
All Implemented Interfaces:
Serializable

public class SerObject
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

SerObject

public SerObject()

SerObject

public SerObject(String data)
Method Detail

getData

public String getData()

setData

public void setData(String data)

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.