|
Action Request System Java API | ||||||||
| 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()
public void setValue(long id)
public void setValue(InternalID id)
public long getValue()
public int hashCode()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||