Package cl.obcom.desktopfx.core
Interface DesktopLicense
public interface DesktopLicense
License information of the
Desktop
.-
Method Summary
Modifier and TypeMethodDescriptionReturns company of the license.long
Returns expiration date of the license.Returns message of the license.getTitle()
Returns title of the license.
-
Method Details
-
getTitle
String getTitle()Returns title of the license.- Returns:
- the title of the license.
-
getCompany
String getCompany()Returns company of the license.- Returns:
- the company of the license.
-
getMessage
String getMessage()Returns message of the license.- Returns:
- the message of the license.
-
getExpiration
long getExpiration()Returns expiration date of the license.- Returns:
- the expiration date of the license.
-