|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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. |
int |
compareTo(java.lang.Object anObject)
Compare two InternalID objects |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of InternalID. |
long |
getValue()
Retrieves value of object ID. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
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
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int compareTo(java.lang.Object anObject) throws java.lang.ClassCastException
compareTo
in interface java.lang.Comparable
java.lang.ClassCastException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |