|
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.LicenseValidInfo
The LicenseValidInfo
class
represents validation information for a license.
Constructor Summary | |
LicenseValidInfo()
Default constructor |
|
LicenseValidInfo(int numLicenses,
boolean isDemo,
LicenseDateInfo expireDate,
java.lang.String tokenList)
Constructs new LicenseValidInfo object that accepts string. |
Method Summary | |
LicenseDateInfo |
getExpireDate()
Returns expiration date of license. |
boolean |
getIsDemo()
Returns TRUE if the license is a Demo license. |
int |
getNumLicenses()
Returns number of active licenses. |
java.lang.String |
getTokenList()
Returns additional information for the license. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LicenseValidInfo()
public LicenseValidInfo(int numLicenses, boolean isDemo, LicenseDateInfo expireDate, java.lang.String tokenList)
LicenseValidInfo
object that accepts string.
numLicenses
- Number of licenseisDemo
- Boolean if license is DemoexpireDate
- Expiration date of licensetokenList
- Additional license dataMethod Detail |
public LicenseDateInfo getExpireDate()
public int getNumLicenses()
public boolean getIsDemo()
TRUE
if the license is a Demo license.
public java.lang.String getTokenList()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |