Set the ArrayList<Event> comprising the values in the event array. @param events
(ArrayList<Event> events)
| 230 | * @param events |
| 231 | */ |
| 232 | public void setEvents(ArrayList<Event> events) { |
| 233 | this.event = events; |
| 234 | } |
| 235 | |
| 236 | |
| 237 |
no outgoing calls
no test coverage detected