gate.persist
Class Dummy
java.lang.Object
|
+--gate.persist.Dummy
- All Implemented Interfaces:
- Serializable
- class Dummy
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Dummy(int _int,
String _string,
boolean _bool,
float _float)
|
Methods inherited from class java.lang.Object |
, clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
intValue
public int intValue
stringValue
public String stringValue
boolValue
public boolean boolValue
floatValue
public float floatValue
Dummy
public Dummy(int _int,
String _string,
boolean _bool,
float _float)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object