|
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.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()
Returns the hash code value for this instance of the current class. |
void |
setValue(java.lang.String str)
Sets name information. |
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
java.lang.IllegalArgumentException
- if str length is longer than
Constants.AR_MAX_NAME_SIZE
public NameID(char[] str) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if str length is longer than
Constants.AR_MAX_NAME_SIZE
public 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
java.lang.IllegalArgumentException
- if string is longer than
Constants.AR_MAX_NAME_SIZE
.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 |