7.0 Action Request System Java API

com.remedy.arsys.api
Class LicenseValidInfo

java.lang.Object
  extended bycom.remedy.arsys.api.LicenseValidInfo

public class LicenseValidInfo
extends java.lang.Object

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

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 license
isDemo - Boolean if license is Demo
expireDate - Expiration date of license
tokenList - Additional license data
Method Detail

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.


7.0 Action Request System Java API