@param end_time the end_time, optional
(final long end_time)
| 735 | |
| 736 | /** @param end_time the end_time, optional*/ |
| 737 | public void setEndTime(final long end_time) { |
| 738 | if (this.end_time != end_time) { |
| 739 | this.end_time = end_time; |
| 740 | changed.put("end_time", true); |
| 741 | } |
| 742 | } |
| 743 | |
| 744 | /** @param description the description, required for every annotation */ |
| 745 | public void setDescription(final String description) { |