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 Summary
All 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
- 
newRandomCDKey
public static CDKey newRandomCDKey()
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
getCDKey
public java.lang.String getCDKey()
Returns the key as a string without the dash in the middle 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -