7.0 Action Request System Java API

com.remedy.arsys.api
Class LicenseInfo

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

public class LicenseInfo
extends java.lang.Object

The LicenseInfo class represents detailed information about licenses.


Constructor Summary
LicenseInfo()
          Default constructor
LicenseInfo(LicenseKeyID licKey, LicenseNameID licType, LicenseNameID licSubtype, LicenseDateInfo issuedDate, LicenseDateInfo expireDate, java.lang.String siteName, java.lang.String hostId, int numLicenses, java.lang.String tokenList, java.lang.String comment)
          Accepts string.
 
Method Summary
 java.lang.String getComment()
          Returns comments added about licenses.
 LicenseDateInfo getExpireDate()
          Returns date that license expires.
 java.lang.String getHostId()
          Returns host ID.
 LicenseDateInfo getIssuedDate()
          Returns date that license was issued.
 LicenseKeyID getlicKey()
          Returns license key.
 LicenseNameID getlicSubtype()
          Returns sub-type of license based on type of license.
 LicenseNameID getlicType()
          Returns type of license.
 int getNumLicenses()
          Returns number of licenses.
 java.lang.String getSiteName()
          Returns site name.
 java.lang.String getTokenList()
          Returns additional data for the license.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseInfo

public LicenseInfo()
Default constructor


LicenseInfo

public LicenseInfo(LicenseKeyID licKey,
                   LicenseNameID licType,
                   LicenseNameID licSubtype,
                   LicenseDateInfo issuedDate,
                   LicenseDateInfo expireDate,
                   java.lang.String siteName,
                   java.lang.String hostId,
                   int numLicenses,
                   java.lang.String tokenList,
                   java.lang.String comment)
Accepts string.

Method Detail

getExpireDate

public LicenseDateInfo getExpireDate()
Returns date that license expires.


getIssuedDate

public LicenseDateInfo getIssuedDate()
Returns date that license was issued.


getlicType

public LicenseNameID getlicType()
Returns type of license.


getlicKey

public LicenseKeyID getlicKey()
Returns license key.


getlicSubtype

public LicenseNameID getlicSubtype()
Returns sub-type of license based on type of license. For example, the sub-types of a "AR Server" type license is either "Demo" or "Server."


getSiteName

public java.lang.String getSiteName()
Returns site name.


getHostId

public java.lang.String getHostId()
Returns host ID.


getNumLicenses

public int getNumLicenses()
Returns number of licenses.


getTokenList

public java.lang.String getTokenList()
Returns additional data for the license.


getComment

public java.lang.String getComment()
Returns comments added about licenses.


7.0 Action Request System Java API