Class DaySchedulingsValidateErrorMessage
java.lang.Object
overit.geocallapp.wfm.scheduling.bl.crewshell.DaySchedulingsValidateErrorMessage
Business object representing a day scheduling validate error message
- Since:
- 17.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDay()Returns the day to validateReturns the error messageReturns the resource to validatevoidSets the day to validatevoidsetErrorMessage(String errorMessage) voidsetResource(Long resource) Sets the resource to validate
-
Constructor Details
-
DaySchedulingsValidateErrorMessage
public DaySchedulingsValidateErrorMessage()
-
-
Method Details
-
getDay
Returns the day to validate- Returns:
- the day to validate
-
setDay
Sets the day to validate- Parameters:
day- the day to validate
-
getResource
Returns the resource to validate- Returns:
- the resource to validate
-
setResource
Sets the resource to validate- Parameters:
resource- the resource to validate
-
getErrorMessage
Returns the error message- Returns:
- the error message
-
setErrorMessage
-