public class MatchingPreference
extends java.lang.Object
| Constructor and Description |
|---|
MatchingPreference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Checks if the current instance is equal to the given object or not
|
java.lang.String |
getMatchMode()
Gets matching mode
|
java.lang.String |
getUseGeoTaxAuxiliaryFile()
Gets the flag of GeoTAX Auxiliary file usage
|
java.lang.String |
getUseUserAuxiliaryFile()
Gets the flag of GeoTax User Defined Auxiliary file usage
|
int |
hashCode()
Gets hash code
|
void |
setMatchMode(java.lang.String matchMode)
Sets matching mode
|
void |
setUseGeoTaxAuxiliaryFile(java.lang.String useGeoTaxAuxiliaryFile)
Sets the flag of GeoTAX Auxiliary file usage
|
void |
setUseUserAuxiliaryFile(java.lang.String useUserAuxiliaryFile)
Sets the flag of GeoTax User Defined Auxiliary file usage
|
java.lang.String |
toString()
Prints out
MatchingPreference information |
public java.lang.String getUseGeoTaxAuxiliaryFile()
public void setUseGeoTaxAuxiliaryFile(java.lang.String useGeoTaxAuxiliaryFile)
useGeoTaxAuxiliaryFile - the flag of GeoTAX Auxiliary file usage to set e.g. Yes(Y) or No(N) (default is No(N)public java.lang.String getUseUserAuxiliaryFile()
public void setUseUserAuxiliaryFile(java.lang.String useUserAuxiliaryFile)
useUserAuxiliaryFile - the flag of GeoTax User Defined Auxiliary file usage to setpublic java.lang.String getMatchMode()
public void setMatchMode(java.lang.String matchMode)
matchMode - matching mode to set such as Exact, Close or Relaxedpublic java.lang.String toString()
MatchingPreference informationtoString in class java.lang.ObjectMatchingPreference informationpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - object to checkpublic int hashCode()
hashCode in class java.lang.Object