@param custom_field The custom field name to set if matching
(String custom_field)
| 663 | |
| 664 | /** @param custom_field The custom field name to set if matching */ |
| 665 | public void setCustomField(String custom_field) { |
| 666 | if (!this.custom_field.equals(custom_field)) { |
| 667 | changed.put("custom_field", true); |
| 668 | this.custom_field = custom_field; |
| 669 | } |
| 670 | } |
| 671 | |
| 672 | /** |
| 673 | * @param regex Stores AND compiles the regex string for use in processing |