Package de.xima.fc.gui.model.license
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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LicenseViewModel(LicenseFile file) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MandantgetClient()LonggetLicenseId()StringgetLicenseKey()StringgetLicenseName()DategetValidUntil()StringgetVersionKey()booleanisExpired()voidsetClient(Mandant client) 
 - 
 
- 
- 
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()
 
 - 
 
 -