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 Summary
Constructors Constructor Description BasicSystemHashParameter(java.lang.String key, java.lang.String value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetKey()java.lang.StringgetValue()inthashCode() 
 - 
 
- 
- 
Method Detail
- 
getKey
public java.lang.String getKey()
- Specified by:
 getKeyin interfaceSystemHashParameter
 
- 
getValue
public java.lang.String getValue()
- Specified by:
 getValuein interfaceSystemHashParameter
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -