|
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.LicenseNameID
The LicenseNameID
class
represents information about license names.
Constructor Summary | |
LicenseNameID()
constructor |
|
LicenseNameID(char[] str)
Constructs new LicenseNameID object
with the following parameters: |
|
LicenseNameID(LicenseNameID nameID)
Constructs new LicenseNameID object
with the following parameters: |
|
LicenseNameID(java.lang.String str)
Constructs new LicenseNameID object
with the following parameters: |
Method Summary | |
java.lang.Object |
clone()
Makes a deep copy of the object. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of LicenseNameID. |
java.lang.String |
getValue()
Returns value of maximum size of license name. |
void |
setValue(java.lang.String str)
Sets value of maximum size of license name. |
char[] |
toCharArray()
Returns key information in an array of characters. |
java.lang.String |
toString()
Returns key information in a string. |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LicenseNameID()
public LicenseNameID(java.lang.String str)
LicenseNameID
object
with the following parameters:
public LicenseNameID(char[] str)
LicenseNameID
object
with the following parameters:
public LicenseNameID(LicenseNameID nameID)
LicenseNameID
object
with the following parameters:
nameID
- Returns license name information about NameID
Method Detail |
public char[] toCharArray()
public java.lang.String toString()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public java.lang.String getValue()
public void setValue(java.lang.String str)
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |