Class BOCrewShellDailyPlan
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.crewshell.bl.BOCrewShell
overit.geocallapp.wfm.core.bl.crewshell.dailyplan.BOCrewShellDailyPlan
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- See Also:
-
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 true if there is a composition mismatchReturns the crew shell's membersReturns the crew shell's skillsReturns the crew shell's workshiftsvoidsetCompositionMismatch(Boolean compositionMismatch) Sets true if there is a composition mismatchvoidsetMembers(List<CrewShellMember> members) Sets the crew shell membersvoidSets the crew shell skillsvoidsetWorkshift(Long workshift) Sets the crew shell workshiftsvoidsetWorkshiftState(Long workshiftState) Methods inherited from class overit.geocallapp.wfm.crewshell.bl.BOCrewShell
getActive, getArrivalAddress, getCode, getColor, getCrewSize, getDepartureAddress, getDescription, getDummyUser, getId, getMovementType, getOperationCenter, getType, getWorkCenter, setActive, setArrivalAddress, setCode, setColor, setCrewSize, setDepartureAddress, setDescription, setDummyUser, setId, setMovementType, setOperationCenter, setType, setWorkCenterMethods 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
-
BOCrewShellDailyPlan
public BOCrewShellDailyPlan()
-
-
Method Details
-
getMembers
Returns the crew shell's members- Returns:
- the crew shell's members
-
setMembers
Sets the crew shell members- Parameters:
members- the crew shell members
-
getWorkshift
Returns the crew shell's workshifts- Returns:
- the crew shell's workshifts
-
setWorkshift
Sets the crew shell workshifts- Parameters:
workshift- the crew shell workshifts
-
getSkills
Returns the crew shell's skills- Returns:
- the crew shell's skills
-
setSkills
Sets the crew shell skills- Parameters:
skills- the crew shell skills
-
getCompositionMismatch
Returns true if there is a composition mismatch- Returns:
- true if there is a composition mismatch
-
setCompositionMismatch
Sets true if there is a composition mismatch- Parameters:
compositionMismatch- true if there is a composition mismatch
-
getWorkshiftState
-
setWorkshiftState
-