Class BOCrewShellComposition
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.crewshell.bl.composition.BOCrewShellComposition
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a crew shell composition.
- Since:
- 16.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 TypeMethodDescriptionReturns the ID of the crew shell associated with the crew shell's compositiongetDay()Returns the composition dayReturns the foreman state of the crew shell's compositiongetId()Returns the ID of the crew shell's compositionReturns the ID of the operation center associated with the crew shell's compositiongetUser()Returns the ID of the user associated with the crew shell's compositionvoidsetCrewShell(Long crewShell) Sets the ID of the crew shell associated with the crew shell's compositionvoidSets the the composition dayvoidsetForeman(Boolean foreman) Sets the foreman state of the crew shell's compositionvoidSets the ID of the crew shell's compositionvoidsetOperationCenter(Long operationCenter) Sets the ID of the operation center associated with the crew shell's compositionvoidSets the ID of the user associated with the crew shell's compositionMethods 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
-
BOCrewShellComposition
public BOCrewShellComposition()
-
-
Method Details
-
getId
Returns the ID of the crew shell's composition- Returns:
- the ID of the crew shell's composition
-
setId
Sets the ID of the crew shell's composition- Parameters:
id- the ID of the crew shell's composition
-
getOperationCenter
Returns the ID of the operation center associated with the crew shell's composition- Returns:
- operationCenter the ID of the operation center associated with the crew shell's composition
-
setOperationCenter
Sets the ID of the operation center associated with the crew shell's composition- Parameters:
operationCenter- the ID of the operation center associated with the crew shell's composition
-
getCrewShell
Returns the ID of the crew shell associated with the crew shell's composition- Returns:
- crewShell the ID of the crew shell associated with the crew shell's composition
- See Also:
-
setCrewShell
Sets the ID of the crew shell associated with the crew shell's composition- Parameters:
crewShell- the ID of the crew shell associated with the crew shell's composition- See Also:
-
getUser
Returns the ID of the user associated with the crew shell's composition- Returns:
- user the ID of the user associated with the crew shell's composition
-
setUser
Sets the ID of the user associated with the crew shell's composition- Parameters:
user- the ID of the user associated with the crew shell's composition
-
getForeman
Returns the foreman state of the crew shell's composition- Returns:
- true if the crew shell technician is the crew shell's foreman, false otherwise
-
setForeman
Sets the foreman state of the crew shell's composition- Parameters:
foreman- true if the crew shell composition must be the crew shell's foreman, false otherwise
-
getDay
Returns the composition day- Returns:
- day the composition day
-
setDay
Sets the the composition day- Parameters:
day- the composition day
-