Class ShowScheduleToPlannerDTO
java.lang.Object
org.cswteams.ms3.dto.showscheduletoplanner.ShowScheduleToPlannerDTO
-
Constructor Summary
ConstructorsConstructorDescriptionShowScheduleToPlannerDTO(Long scheduleID, String startDate, String endDate, boolean hasViolatedConstraints) DTO used to show to the planner the informations of the generated schedules. -
Method Summary
-
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 schedulesstartDate- Start date of the scheduleendDate- End date of the schedulehasViolatedConstraints- Boolean which tells if a schedule is valid or it has to be reviewed by the planner
-