Package com.iizix.license
Interface IActivationCode
- All Superinterfaces:
- ICodeCommon
 - public interface IActivationCode extends ICodeCommon The activation code interface.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - java.lang.String- getCode()Gets the activation code formatted as a string as digits grouped as "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 activation code formatted as a string as digits grouped as "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".