| |
|
| java.lang.Object test.org.mandarax.ser.SerializableTestObject
SerializableTestObject | public class SerializableTestObject implements java.io.Serializable(Code) | | Serializable dummy class (to test terms etc).
author: Jens Dietrich version: 3.4 <7 March 05> since: 1.9.1 |
SerializableTestObject | public SerializableTestObject()(Code) | | |
equals | public boolean equals(Object obj)(Code) | | Compares objects.
Parameters: obj - another object a boolean |
getId | public int getId()(Code) | | Get the id.
an integer. |
getId | public int getId(String param)(Code) | | Get the id, take an additional string parameter (useful to test DynaBeanFunctions)
Parameters: param - a parameter an integer |
hashCode | public int hashCode()(Code) | | Get the hashcode of this object.
an integer |
|
|
|