|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.InternalID
The InternalID class
represents an internal ID of an AR System object.
| Constructor Summary | |
InternalID()
constructor |
|
InternalID(long id)
|
|
| Method Summary | |
java.lang.Object |
clone()
Makes a deep copy of the object. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of InternalID. |
long |
getValue()
Retrieves value of object ID. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setValue(InternalID id)
Defines value of object ID. |
void |
setValue(long id)
Defines value of object ID. |
java.lang.String |
toString()
Returns a string description of the object. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public InternalID()
public InternalID(long id)
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic void setValue(long id)
public void setValue(InternalID id)
public long getValue()
public int hashCode()
hashCode in class java.lang.Object
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||