Class ShowScheduleToPlannerDTO

java.lang.Object
org.cswteams.ms3.dto.showscheduletoplanner.ShowScheduleToPlannerDTO

public class ShowScheduleToPlannerDTO extends Object
  • Constructor Details

    • ShowScheduleToPlannerDTO

      public ShowScheduleToPlannerDTO(Long scheduleID, String startDate, String endDate, boolean hasViolatedConstraints)
      DTO used to show to the planner the informations of the generated schedules. This is passed from client to server
      Parameters:
      scheduleID - ID of the schedule, needed to identify different schedules
      startDate - Start date of the schedule
      endDate - End date of the schedule
      hasViolatedConstraints - Boolean which tells if a schedule is valid or it has to be reviewed by the planner