Class CrewShellWorkshiftBuildInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.workshift.event.CrewShellWorkshiftBuildInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an input for the event that calculates the workshift objects
- Since:
- 16.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the active flagReturns the crew shell component's IDsReturns the end dateReturns the operation centerReturns the skill's IDsReturns the start dategetTypes()Returns the crew shell's types IDsoverit.geocallapp.wfm.ui.stato.StatoUIReturns the ui stategetUsers()Returns the usersvoidSets the active flagvoidsetComponents(Collection<Long> components) Sets the crew shell component's IDsvoidsetEndDate(Date endDate) Sets the end datevoidsetOperationCenter(Long operationCenter) Sets the id of the operation centervoidsetSkills(Collection<Long> skills) Sets the skill's IDsvoidsetStartDate(Date startDate) Sets the start datevoidsetTypes(Collection<Long> types) Sets the crew shell's types IDsvoidsetUiState(overit.geocallapp.wfm.ui.stato.StatoUI uiState) Sets the ui statevoidsetUsers(Collection<Long> users) Sets the usersMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
CrewShellWorkshiftBuildInput
public CrewShellWorkshiftBuildInput()
-
-
Method Details
-
getOperationCenter
Returns the operation center- Returns:
- the operation center
-
setOperationCenter
Sets the id of the operation center- Parameters:
operationCenter- the id of the operation center
-
getStartDate
Returns the start date- Returns:
- the start date
-
setStartDate
Sets the start date- Parameters:
startDate- the start date
-
getEndDate
Returns the end date- Returns:
- the end date
-
setEndDate
Sets the end date- Parameters:
endDate- the end date
-
getUiState
public overit.geocallapp.wfm.ui.stato.StatoUI getUiState()Returns the ui state- Returns:
- the ui state
-
setUiState
public void setUiState(overit.geocallapp.wfm.ui.stato.StatoUI uiState) Sets the ui state- Parameters:
uiState- the ui state
-
getUsers
Returns the users- Returns:
- the users
-
setUsers
Sets the users- Parameters:
users-
-
getActive
Returns the active flag- Returns:
- the active flag
-
setActive
Sets the active flag- Parameters:
active-
-
getSkills
Returns the skill's IDs- Returns:
- the skill's IDs
-
setSkills
Sets the skill's IDs- Parameters:
skills- the skill's IDs
-
getComponents
Returns the crew shell component's IDs- Returns:
- the crew shell component's IDs
-
setComponents
Sets the crew shell component's IDs- Parameters:
components- the crew shell component's IDs
-
getTypes
Returns the crew shell's types IDs- Returns:
- the crew shell's types IDs
-
setTypes
Sets the crew shell's types IDs- Parameters:
types- the crew shell's types IDs
-