Package com.iizix.license
Interface ILicenseCode
- All Superinterfaces:
ICodeCommon
public interface ILicenseCode extends ICodeCommon
The license code interface.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCode()
Gets the license code formatted as a string as digits grouped as "12345-67890-12345-67890-12345".Methods inherited from interface com.iizix.license.ICodeCommon
getCreationTime, getRevocationReason, getRevocationTime, getUpdateTime, isRevoked
Method Detail
getCode
java.lang.String getCode()
Gets the license code formatted as a string as digits grouped as "12345-67890-12345-67890-12345". This is NOT the complete code but is used for e.g. activation purposes or when communicating with iizi Support.- Specified by:
getCode
in interfaceICodeCommon
- Returns:
- The string formatted as "12345-67890-12345-67890-12345".