@param field The field name for matching
(String field)
| 655 | |
| 656 | /** @param field The field name for matching */ |
| 657 | public void setField(String field) { |
| 658 | if (!this.field.equals(field)) { |
| 659 | changed.put("field", true); |
| 660 | this.field = field; |
| 661 | } |
| 662 | } |
| 663 | |
| 664 | /** @param custom_field The custom field name to set if matching */ |
| 665 | public void setCustomField(String custom_field) { |