Interface ApplicationModel

  • All Known Implementing Classes:
    SimpleApplicationModel

    public interface ApplicationModel
    Holds information about an application
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of this application
        Returns:
        the name of the application
      • getEdition

        java.lang.String getEdition()
        Gets the edition name of this application
        Returns:
        the edition name of the application
      • getVersion

        java.lang.String getVersion()
        Gets the version number of this application
        Returns:
        the version number of this application
      • getCopyright

        java.lang.String getCopyright()
      • getMainClass

        java.lang.Class getMainClass()
      • setLicenseModel

        void setLicenseModel​(LicenseModel licenseModel)