arlut.csd.ganymede
Class Result
java.lang.Object
|
+--arlut.csd.ganymede.Result
- All Implemented Interfaces:
- java.io.Serializable
- public class Result
- extends java.lang.Object
- implements java.io.Serializable
The Result class is effectively a serializable, labeled
Invid that can be passed from the server
to the client. The client uses Results to load labeled items into the
client tree, or to provide a list of labeled object handles in Invid
chooser fields.
- See Also:
- Serialized Form
|
Constructor Summary |
Result(Invid invid,
java.lang.String label)
|
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
invid
Invid invid
label
java.lang.String label
Result
public Result(Invid invid,
java.lang.String label)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getInvid
public Invid getInvid()
resultDump
public java.lang.String resultDump()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object