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 otherFieldName) Calls OtherFieldCriterion(String, OperatorBase, String) constructor, passing DefaultOperators.EqualsField as operatorId. |
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, setValue
public 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 IContainsField or GreaterThanField.otherFieldName
- - name of field that will be used for checkingpublic OtherFieldCriterion(java.lang.String fieldName, java.lang.String otherFieldName)
OtherFieldCriterion(String, OperatorBase, String)
constructor, passing DefaultOperators.EqualsField
as operatorId.fieldName
- - name of field to checkotherFieldName
- - name of field that will be used for checking