|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.LicenseInfo
public class LicenseInfo
The LicenseInfo
class
represents detailed information about licenses.
Constructor Summary | |
---|---|
LicenseInfo()
Default constructor |
|
LicenseInfo(String licKey,
String licType,
String licSubtype,
Date issuedDate,
Date expireDate,
String siteName,
String hostId,
int numLicenses,
String tokenList,
String comment)
Accepts string. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
String |
getComment()
Returns comments added about licenses. |
Date |
getExpireDate()
Returns date that license expires. |
String |
getHostId()
Returns host ID. |
Date |
getIssuedDate()
Returns date that license was issued. |
String |
getlicKey()
Returns license key. |
String |
getlicSubtype()
Returns sub-type of license based on type of license. |
String |
getlicType()
Returns type of license. |
int |
getNumLicenses()
Returns number of licenses. |
String |
getSiteName()
Returns site name. |
String |
getTokenList()
Returns additional data for the license. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
boolean |
isDemo()
|
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 LicenseInfo()
public LicenseInfo(String licKey, String licType, String licSubtype, Date issuedDate, Date expireDate, String siteName, String hostId, int numLicenses, String tokenList, String comment)
Method Detail |
---|
public boolean isDemo()
public Date getExpireDate()
public Date getIssuedDate()
public String getlicType()
public String getlicKey()
public String getlicSubtype()
public String getSiteName()
public String getHostId()
public int getNumLicenses()
public String getTokenList()
public String getComment()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- 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 |