Class CDKey
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.licensing.CDKey
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class CDKey extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetCDKey()Returns the key as a string without the dash in the middleinthashCode()static CDKeynewRandomCDKey()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
newRandomCDKeypublic static CDKey newRandomCDKey() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
getCDKeypublic java.lang.String getCDKey() Returns the key as a string without the dash in the middle
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-