Class PreferenceDTOOut

java.lang.Object
org.cswteams.ms3.dto.preferences.PreferenceDTOOut

public class PreferenceDTOOut extends Object
  • Constructor Details

    • PreferenceDTOOut

      public PreferenceDTOOut(int day, int month, int year, Set<String> turnKinds)
      Parameters:
      day - The day of the month relative to the preference
      month - The month relative to the preference
      year - The year relative to the preference
      turnKinds - A list of shift time slots relative to the preference
    • PreferenceDTOOut

      public PreferenceDTOOut(int day, int month, int year)
      Parameters:
      day - The day of the month relative to the preference
      month - The month relative to the preference
      year - The year relative to the preference
    • PreferenceDTOOut

      public PreferenceDTOOut(Long preferenceId, int day, int month, int year, Set<String> turnKinds)
      Parameters:
      preferenceId - The id of the preference
      day - The day of the month relative to the preference
      month - The month relative to the preference
      year - The year relative to the preference
      turnKinds - A list of shift time slots relative to the preference
    • PreferenceDTOOut

      public PreferenceDTOOut()