Package org.cswteams.ms3.dto.preferences
Class PreferenceDTOOut
java.lang.Object
org.cswteams.ms3.dto.preferences.PreferenceDTOOut
-
Constructor Summary
ConstructorsConstructorDescriptionPreferenceDTOOut(int day, int month, int year) PreferenceDTOOut(int day, int month, int year, Set<String> turnKinds) PreferenceDTOOut(Long preferenceId, int day, int month, int year, Set<String> turnKinds) -
Method Summary
-
Constructor Details
-
PreferenceDTOOut
- Parameters:
day- The day of the month relative to the preferencemonth- The month relative to the preferenceyear- The year relative to the preferenceturnKinds- 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 preferencemonth- The month relative to the preferenceyear- The year relative to the preference
-
PreferenceDTOOut
- Parameters:
preferenceId- The id of the preferenceday- The day of the month relative to the preferencemonth- The month relative to the preferenceyear- The year relative to the preferenceturnKinds- A list of shift time slots relative to the preference
-
PreferenceDTOOut
public PreferenceDTOOut()
-