Class CrewShellWorkshiftBuildOutput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.workshift.event.CrewShellWorkshiftBuildOutput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an output 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 TypeMethodDescriptionoverit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.ElementiCelleReturns the element cells used in uxoverit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.CelleCalendariogetCells()Returns the cells used in uxReturns the workshifts db viewvoidsetCellElements(overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.ElementiCelle cellElements) Sets the element cells used in uxvoidsetCells(overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.CelleCalendario cells) Sets the cells used in uxvoidsetWorkshiftsDbv(DBView workshiftsDbv) Sets the workshifts db view used in uxMethods 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
-
CrewShellWorkshiftBuildOutput
public CrewShellWorkshiftBuildOutput()
-
-
Method Details
-
getCellElements
public overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.ElementiCelle getCellElements()Returns the element cells used in ux- Returns:
- the element cells used in ux
-
setCellElements
public void setCellElements(overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.ElementiCelle cellElements) Sets the element cells used in ux- Parameters:
cellElements- the element cells used in ux
-
getCells
public overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.CelleCalendario getCells()Returns the cells used in ux- Returns:
- the cells used in ux
-
setCells
public void setCells(overit.geocallapp.wfm.schedulazione.utenti.calendarioturni.ui.CelleCalendario cells) Sets the cells used in ux- Parameters:
cells- the cells used in ux
-
getWorkshiftsDbv
Returns the workshifts db view- Returns:
- the workshifts db view
-
setWorkshiftsDbv
Sets the workshifts db view used in ux- Parameters:
workshiftsDbv- the workshifts db view used in ux
-