public EventBuilder setMasterStation(final String masterStation) {
   m_event.setMasterStation(masterStation);
   return this;
 }