Package de.xima.fc.mdl.license
Class LicenseSyncData
- java.lang.Object
 - 
- de.xima.fc.mdl.license.LicenseSyncData
 
 
- 
- All Implemented Interfaces:
 Serializable
public class LicenseSyncData extends Object implements Serializable
- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LicenseSyncData(LicenseFile license)LicenseSyncData(LicenseFile license, boolean delete) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLicenseKey()intgetLockingVersion()booleanisDelete()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
LicenseSyncData
public LicenseSyncData(LicenseFile license, boolean delete)
 
- 
LicenseSyncData
public LicenseSyncData(LicenseFile license)
 
 - 
 
 -