Class BasicSystemHashParameter
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.licensing.hash.BasicSystemHashParameter
 
- 
- All Implemented Interfaces:
- SystemHashParameter,- java.io.Serializable
 
 public class BasicSystemHashParameter extends java.lang.Object implements SystemHashParameter - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BasicSystemHashParameter(java.lang.String key, java.lang.String value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetKey()java.lang.StringgetValue()inthashCode()
 
- 
- 
- 
Method Detail- 
getKeypublic java.lang.String getKey() - Specified by:
- getKeyin interface- SystemHashParameter
 
 - 
getValuepublic java.lang.String getValue() - Specified by:
- getValuein interface- SystemHashParameter
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-