Class LicenseViewModel

    • Constructor Detail

      • LicenseViewModel

        public LicenseViewModel​(LicenseFile file)
    • Method Detail

      • getValidUntil

        public Date getValidUntil()
        Returns:
        the validUntil
      • getLicenseKey

        public String getLicenseKey()
        Returns:
        the licenseKey
      • getLicenseName

        public String getLicenseName()
        Returns:
        the licenseName
      • getClient

        public Mandant getClient()
        Returns:
        the client
      • setClient

        public void setClient​(Mandant client)
        Parameters:
        client - the client to set
      • getLicenseId

        public Long getLicenseId()
        Returns:
        the licenseId
      • getVersionKey

        public String getVersionKey()
        Returns:
        the versionKey
      • isExpired

        public boolean isExpired()