gate.persist
Class Dummy
java.lang.Object
|
+--gate.persist.Dummy
- All Implemented Interfaces:
- Serializable
- class Dummy
- extends Object
- implements Serializable
Constructor Summary |
Dummy(int _int,
String _string,
boolean _bool,
float _float)
|
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
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