Class LicenseViewModel

java.lang.Object
de.xima.fc.gui.model.license.LicenseViewModel
All Implemented Interfaces:
Serializable

public class LicenseViewModel extends Object implements Serializable
Author:
XIMA MEDIA GmbH, Dresden
See Also:
  • Constructor Details

    • LicenseViewModel

      public LicenseViewModel(LicenseFile file)
  • Method Details

    • 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()