|
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.NameID
The NameID class represents the names of objects.
| Constructor Summary | |
NameID()
constructor |
|
NameID(char[] str)
Constructor that takes a character array. |
|
NameID(NameID nameID)
Constructor that takes a NameID. |
|
NameID(java.lang.String str)
Constructor that takes a string. |
|
| 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 NameID. |
java.lang.String |
getValue()
Returns name information. |
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_NAME_SIZE. |
char[] |
toCharArray()
Returns a string 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 NameID()
public NameID(java.lang.String str)
throws java.lang.IllegalArgumentException
Constants.AR_MAX_NAME_SIZE
public NameID(char[] str)
throws java.lang.IllegalArgumentException
Constants.AR_MAX_NAME_SIZEpublic NameID(NameID nameID)
| Method Detail |
public char[] toCharArray()
public java.lang.String toString()
public java.lang.String getValue()
public void setValue(java.lang.String str)
throws java.lang.IllegalArgumentException
Constants.AR_MAX_NAME_SIZE.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 | ||||||||