Sets or resets the changed map flags
()
| 580 | * Sets or resets the changed map flags |
| 581 | */ |
| 582 | private void initializeChangedMap() { |
| 583 | // set changed flags |
| 584 | changed.put("end_time", false); |
| 585 | changed.put("description", false); |
| 586 | changed.put("notes", false); |
| 587 | changed.put("custom", false); |
| 588 | } |
| 589 | |
| 590 | /** |
| 591 | * Calculates and returns the column qualifier. The qualifier is the offset |
no test coverage detected