|
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.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)
|
|
EntryID(EntryID entryId)
|
|
EntryID(java.lang.String str)
|
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()
Returns the hash code value for this instance of the current class. |
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
java.lang.IllegalArgumentException
- if str length is longer than
Constants.AR_MAX_ENTRYID_SIZE
public EntryID(char[] str) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if str length is longer than
Constants.AR_MAX_ENTRYID_SIZE
public EntryID(EntryID entryId)
Method Detail |
public void setValue(java.lang.String str) throws java.lang.IllegalArgumentException
Constants.AR_MAX_ENTRYID_SIZE
.
java.lang.IllegalArgumentException
- if str is longer than
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
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |