|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.onixs.fix.engine.License
public abstract class License
Base license implementation.
Nested Class Summary | |
---|---|
static class |
License.Customer
License customer. |
static class |
License.Product
Licensed product. |
static class |
License.Type
License type. |
Constructor Summary | |
---|---|
License()
|
Method Summary | |
---|---|
License.Customer |
getCustomer()
Returns license customer. |
int |
getDaysLeft()
Returns the number of days left until license is expired. |
org.joda.time.Interval |
getInterval()
Returns license validity interval. |
License.Type |
getType()
Returns license type. |
String |
getVersion()
Returns license version. |
boolean |
isExpired()
Returns whether license is expired. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public License()
Method Detail |
---|
public String getVersion()
public License.Type getType()
public License.Customer getCustomer()
public org.joda.time.Interval getInterval()
public boolean isExpired()
public int getDaysLeft()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |