com.remedy.arsys.api
Class LicenseValidInfo
java.lang.Object
|
+--com.remedy.arsys.api.LicenseValidInfo
- public class LicenseValidInfo
- extends java.lang.Object
The LicenseValidInfo class
represents validation information for a license.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LicenseValidInfo
public LicenseValidInfo()
- Default constructor
LicenseValidInfo
public LicenseValidInfo(int numLicenses,
boolean isDemo,
LicenseDateInfo expireDate,
java.lang.String tokenList)
- Constructs new
LicenseValidInfo object that accepts string.
- Parameters:
numLicenses - Number of licenseisDemo - Boolean if license is DemoexpireDate - Expiration date of licensetokenList - Additional license data
getExpireDate
public LicenseDateInfo getExpireDate()
- Returns expiration date of license.
getNumLicenses
public int getNumLicenses()
- Returns number of active licenses.
getIsDemo
public boolean getIsDemo()
- Returns
TRUE if the license is a Demo license.
getTokenList
public java.lang.String getTokenList()
- Returns additional information for the license.