Ejemplo n.º 1
0
 public void setEndDate(ItineraryItem itineraryitem, Date enddate) throws Exception {
   itineraryitem.setEndDate(enddate);
 }