|
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.EntryID
The EntryID class is used to
uniquely identify an entry for a particular schema
from the AR System server.
| Constructor Summary | |
EntryID()
|
|
EntryID(char[] str)
Throws IllegalArgumentException if str length is longer than Constants.AR_MAX_ENTRYID_SIZE |
|
EntryID(EntryID entryId)
|
|
EntryID(java.lang.String str)
Throws IllegalArgumentException if str length is longer than Constants.AR_MAX_ENTRYID_SIZE |
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of EntryID. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setValue(java.lang.String str)
Sets name information whose limit is specified by Constants.AR_MAX_ENTRYID_SIZE. |
char[] |
toCharArray()
Returns an array description of the object. |
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 EntryID()
public EntryID(java.lang.String str)
throws java.lang.IllegalArgumentException
Constants.AR_MAX_ENTRYID_SIZE
public EntryID(char[] str)
throws java.lang.IllegalArgumentException
Constants.AR_MAX_ENTRYID_SIZEpublic EntryID(EntryID entryId)
| Method Detail |
public void setValue(java.lang.String str)
throws java.lang.IllegalArgumentException
Constants.AR_MAX_ENTRYID_SIZE.public java.lang.String toString()
public char[] toCharArray()
public boolean equals(java.lang.Object anObject)
public int hashCode()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||