|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.LicenseKeyID
The LicenseKeyID class
represents information about license keys.
| Constructor Summary | |
LicenseKeyID()
constructor |
|
LicenseKeyID(char[] str)
Constructs new LicenseKeyID object
with the following parameters: |
|
LicenseKeyID(LicenseKeyID nameID)
Constructs new LicenseKeyID object
with the following parameters: |
|
LicenseKeyID(java.lang.String str)
Constructs new LicenseKeyID 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 LicenseKeyID. |
java.lang.String |
getValue()
Returns value of maximum size of license key. |
void |
setValue(java.lang.String str)
Sets value of maximum size of license key. |
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 LicenseKeyID()
public LicenseKeyID(java.lang.String str)
LicenseKeyID object
with the following parameters:String - Returns information about maximum size of license key in a stringpublic LicenseKeyID(char[] str)
LicenseKeyID object
with the following parameters:char[] - Returns information about maximum size of license key in an arraypublic LicenseKeyID(LicenseKeyID nameID)
LicenseKeyID object
with the following parameters:nameID - Returns license key information about NameID| Method Detail |
public char[] toCharArray()
public java.lang.String toString()
toString in class java.lang.Object
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic java.lang.String getValue()
public void setValue(java.lang.String str)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||