11121314151617
private Time time; public TimeControl(String id, String label) { this.id = id; this.label = label; time = new Time(); }