| Constructor and Description | 
|---|
| OtherFieldCriterion(java.lang.String fieldName, OperatorBase operatorId, java.lang.String otherFieldName)Constructor by parameters: | 
| OtherFieldCriterion(java.lang.String fieldName, java.lang.String operatorId, java.lang.String otherFieldName)Constructor by parameters: | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getOtherFieldName()Gets other field name. | 
| void | setOtherFieldName(java.lang.String otherFieldName)Sets other field name. | 
getFieldName, getOperatorId, getValue, setFieldName, setOperatorId, setValuepublic OtherFieldCriterion(java.lang.String fieldName,
                           java.lang.String operatorId,
                           java.lang.String otherFieldName) fieldName - - name of field to checkoperatorId - - operator that determines checking logicotherFieldName - - name of field that will be used for checkingpublic OtherFieldCriterion(java.lang.String fieldName,
                           OperatorBase operatorId,
                           java.lang.String otherFieldName) fieldName - - name of field to checkoperatorId - - operator that determines checking logic. This is likely to be a member of the DefaultOperators class, such as IContains or GreaterThan.otherFieldName - - name of field that will be used for checking