Package com.iizix.license
Interface ILicenseCode
- All Superinterfaces:
- ICodeCommon
The license code interface.
- Author:
- Christopher Mindus
- Method Summary- Methods inherited from interface com.iizix.license.ICodeCommon- getCreationTime, getRevocationReason, getRevocationTime, getUpdateTime, isRevoked
- Method Details- getCodeString 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:
- getCodein interface- ICodeCommon
- Returns:
- The string formatted as "12345-67890-12345-67890-12345".