| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.LicenseValidInfo
public class LicenseValidInfo
The LicenseValidInfo class
 represents validation information for a license.
| Constructor Summary | |
|---|---|
LicenseValidInfo()
Default constructor  | 
|
LicenseValidInfo(int numLicenses,
                 boolean isDemo,
                 Date expireDate,
                 String tokenList)
Constructs new LicenseValidInfo object that accepts string. | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
Use this method for checking equality between the current object and the provided one.  | 
 Date | 
getExpireDate()
Returns expiration date of license.  | 
 int | 
getNumLicenses()
Returns number of active licenses.  | 
 String | 
getTokenList()
Returns additional information for the license.  | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 boolean | 
isDemo()
Returns TRUE if the license is a Demo license. | 
 String | 
toString()
Returns a string description of the object.  | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public LicenseValidInfo()
public LicenseValidInfo(int numLicenses,
                        boolean isDemo,
                        Date expireDate,
                        String tokenList)
LicenseValidInfo object that accepts string.
numLicenses - Number of licenseisDemo - Boolean if license is DemoexpireDate - Expiration date of licensetokenList - Additional license data| Method Detail | 
|---|
public Date getExpireDate()
public int getNumLicenses()
public boolean isDemo()
TRUE if the license is a Demo license.
public String getTokenList()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - the object that we are comparing to
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||