public abstract class License extends Object
Modifier and Type | Class and Description |
---|---|
static class |
License.Customer
License customer.
|
static class |
License.Product
Licensed product.
|
static class |
License.Type
License type.
|
Constructor and Description |
---|
License() |
Modifier and Type | Method and Description |
---|---|
License.Customer |
getCustomer()
Returns license customer.
|
int |
getDaysLeft()
Returns the number of days left until license is expired.
|
LocalDate |
getIntervalEnd()
Returns license validity interval end date.
|
LocalDate |
getIntervalStart()
Returns license validity interval start date.
|
License.Type |
getType()
Returns license type.
|
String |
getVersion()
Returns license version.
|
boolean |
isExpired()
Returns whether license is expired.
|
String |
toString() |
public String getVersion()
public License.Type getType()
public License.Customer getCustomer()
public LocalDate getIntervalStart()
public LocalDate getIntervalEnd()
public boolean isExpired()
public int getDaysLeft()
Copyright © 2005–2024 Onix Solutions. All rights reserved.