Class CrewShellWorkingTeam
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.team.BOWorkingTeam
overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.CrewShellWorkingTeam
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a Crew Shell working team.
- Since:
- 17.0
- 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 TypeMethodDescriptionGets the active status of the Crew Shell.Gets the code of the Crew Shell.Gets the description of the Crew Shell.Gets the size of the Crew Shell.Gets the model id of the Crew Shell.Gets the overtime admission status of the Crew Shell.Gets the rModel id of the Crew Shell.voidsetActiveCrewShell(Boolean activeCrewShell) Sets the active status of the Crew Shell.voidsetCrewShellCode(String crewShellCode) Sets the code of the Crew Shell.voidsetCrewShellDescription(String crewShellDescription) Sets the description of the Crew Shell.voidsetCrewSize(Long crewSize) Sets the size of the Crew Shell.voidsetModelId(Long modelId) Sets the model id of the Crew Shell.voidsetOvertimeAdimtted(Boolean overtimeAdimtted) Sets the overtime admission status of the Crew Shell.voidsetrModelId(Long rModelId) Sets the rModel id of the Crew Shell.Methods inherited from class overit.geocallapp.wfm.core.bl.team.BOWorkingTeam
getAddress, getDescription, getId, getOperationCenter, getTeamCardinality, getTimeCalculationType, getType, isActive, isLoan, setActive, setAddress, setDescription, setId, setLoan, setOperationCenter, setTeamCardinality, setTimeCalculationType, setTypeMethods 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
-
CrewShellWorkingTeam
public CrewShellWorkingTeam()
-
-
Method Details
-
getCrewShellCode
Gets the code of the Crew Shell.- Returns:
- The code of the Crew Shell.
-
setCrewShellCode
Sets the code of the Crew Shell.- Parameters:
crewShellCode- The code of the Crew Shell.
-
getCrewShellDescription
Gets the description of the Crew Shell.- Returns:
- The description of the Crew Shell.
-
setCrewShellDescription
Sets the description of the Crew Shell.- Parameters:
crewShellDescription- The description of the Crew Shell.
-
getActiveCrewShell
Gets the active status of the Crew Shell.- Returns:
- The active status of the Crew Shell.
-
setActiveCrewShell
Sets the active status of the Crew Shell.- Parameters:
activeCrewShell- The active status of the Crew Shell.
-
getModelId
Gets the model id of the Crew Shell.- Returns:
- The model id of the Crew Shell.
-
setModelId
Sets the model id of the Crew Shell.- Parameters:
modelId- The model id of the Crew Shell.
-
getrModelId
Gets the rModel id of the Crew Shell.- Returns:
- The rModel id of the Crew Shell.
-
setrModelId
Sets the rModel id of the Crew Shell.- Parameters:
rModelId- The rModel id of the Crew Shell.
-
getCrewSize
Gets the size of the Crew Shell.- Returns:
- The size of the Crew Shell.
-
setCrewSize
Sets the size of the Crew Shell.- Parameters:
crewSize- The size of the Crew Shell.
-
getOvertimeAdimtted
Gets the overtime admission status of the Crew Shell.- Returns:
- The overtime admission status of the Crew Shell.
-
setOvertimeAdimtted
Sets the overtime admission status of the Crew Shell.- Parameters:
overtimeAdimtted- The overtime admission status of the Crew Shell.
-