Class BOCrewShellCompositionMismatch
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.BOCrewShellCompositionMismatch
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a crew shell composition mismatch.
- 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 crew shell IDgetDay()Returns the daygetId()Returns the ID of the crew shell's composition mismatchReturns the last confirmation dateReturns true if the crew shell's composition needs to be confirmedvoidsetCrewShell(Long crewShell) Sets the crew shell IDsvoidSets the dayvoidSets the ID of the crew shell's composition mismatchvoidsetLastConfirmationDate(Date lastConfirmationDate) Sets the last confirmation datevoidsetMismatch(Boolean mismatch) Sets true if the crew shell's composition needs to be confirmedMethods 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
-
BOCrewShellCompositionMismatch
public BOCrewShellCompositionMismatch()
-
-
Method Details
-
getId
Returns the ID of the crew shell's composition mismatch- Returns:
- the ID of the crew shell's composition mismatch
-
setId
Sets the ID of the crew shell's composition mismatch- Parameters:
id- the ID of the crew shell's composition mismatch
-
getCrewShell
Returns the crew shell ID- Returns:
- crewShell the crew shell id
- See Also:
-
setCrewShell
Sets the crew shell IDs- Parameters:
crewShell- the crew shell ID- See Also:
-
getDay
Returns the day- Returns:
- the day
-
setDay
Sets the day- Parameters:
day- the day
-
getMismatch
Returns true if the crew shell's composition needs to be confirmed- Returns:
- true if the crew shell's composition needs to be confirmed
-
setMismatch
Sets true if the crew shell's composition needs to be confirmed- Parameters:
mismatch- true if the crew shell's composition needs to be confirmed
-
getLastConfirmationDate
Returns the last confirmation date- Returns:
- the last confirmatiomn date
-
setLastConfirmationDate
Sets the last confirmation date- Parameters:
lastConfirmationDate- the last confirmation date
-