コード例 #1
0
 public void setReservation(Reservation reservation) throws RaplaException {
   allocatableSelection.setReservation(reservation, null);
   appointmentSelection.setReservation(reservation);
   appointmentSelection.addAppointmentListener(allocatableSelection);
 }