public class License
extends java.lang.Object
Constructor and Description |
---|
License(int id,
java.lang.String data,
int expirationData,
int priority,
int insertionDate,
java.lang.String tag)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
Gets the license data (the bytes representing the license) for a
specified license.
|
int |
getExpirationData()
Gets the license expiration date for a specified license.
|
int |
getId()
Gets the license ID for a specified license.
|
int |
getInsertionDate()
Gets the license insertion date (the date it was inserted
into the License Store) for a specified license.
|
int |
getPriority()
Gets the license priority for a specified license.
|
java.lang.String |
getTag()
Gets the license tag for a specified license.
|
java.lang.String |
toString() |
public License(int id, java.lang.String data, int expirationData, int priority, int insertionDate, java.lang.String tag)
public java.lang.String toString()
toString
in class java.lang.Object
public int getId()
public java.lang.String getData()
public int getExpirationData()
public int getPriority()
public int getInsertionDate()
public java.lang.String getTag()