@param tsuid the tsuid to store
(final String tsuid)
| 725 | |
| 726 | /** @param tsuid the tsuid to store*/ |
| 727 | public void setTSUID(final String tsuid) { |
| 728 | this.tsuid = tsuid; |
| 729 | } |
| 730 | |
| 731 | /** @param start_time the start_time, required for every annotation */ |
| 732 | public void setStartTime(final long start_time) { |
no outgoing calls