|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.id.XObjectID
public final class XObjectID
Object IDs.
| Constructor Summary | |
|---|---|
XObjectID()Extra constructor for SOAP use only! |
|
XObjectID(long id)Create an XObjectID. |
|
| Method Summary | |
|---|---|
int |
compareTo(XObjectID obj) |
boolean |
equals(Object obj) |
long |
getLongValue()Extra getter for SOAP use only! |
int |
hashCode() |
void |
setLongValue(long longValue)Extra setter for SOAP use only! |
long |
toLong()Return the XObjectID as a long integer. |
String |
toString() |
static XObjectID |
valueOf(Long id)Create an Object ID from a String representation. |
static XObjectID |
valueOf(String id)Create an Object ID from a String representation. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XObjectID(long id)
id - The ID.public XObjectID()
| Method Detail |
|---|
public static XObjectID valueOf(Long id)
id - The Object ID as a String.public static XObjectID valueOf(String id)
id - The Object ID as a String.public long toLong()
public long getLongValue()
public void setLongValue(long longValue)
longValue - the XObjectID as a long integerpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int compareTo(XObjectID obj)
compareTo in interface Comparable<XObjectID>
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||