Package com.macrofocus.application
Interface ApplicationModel
- All Known Implementing Classes:
SimpleApplicationModel
public interface ApplicationModel
Holds information about an application
-
Method Summary
Modifier and TypeMethodDescriptionGets the edition name of this applicationgetName()
Gets the name of this applicationGets the version number of this applicationvoid
setLicenseModel
(LicenseModel licenseModel)
-
Method Details
-
getName
String getName()Gets the name of this application- Returns:
- the name of the application
-
getEdition
String getEdition()Gets the edition name of this application- Returns:
- the edition name of the application
-
getVersion
String getVersion()Gets the version number of this application- Returns:
- the version number of this application
-
getVersionModel
VersionModel getVersionModel() -
getCopyright
String getCopyright() -
getMainClass
Class getMainClass() -
setLicenseModel
-
getValidity
LicenseModel.Validity getValidity() -
getExpiration
LicenseModel.Expiration getExpiration() -
getLicenseModel
LicenseModel getLicenseModel()
-