Class TermKey
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.i18n.translation.TermKey
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class TermKey extends java.lang.Object implements java.io.SerializableThis class lets us map source strings to hash table results using different types of rules. For example, we may choose to ignore case or not. This works by having the source, plus a hash code computed based on our desired set of rules.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetComputedHash()java.lang.StringgetSourceTerm()inthashCode()voidsetComputedHash(int value)voidsetSourceTerm(java.lang.String value)
 
- 
- 
- 
Method Detail- 
getSourceTermpublic java.lang.String getSourceTerm() 
 - 
setSourceTermpublic void setSourceTerm(java.lang.String value) 
 - 
getComputedHashpublic int getComputedHash() 
 - 
setComputedHashpublic void setComputedHash(int value) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-