Class BOWarning
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.timesheet.warning.BOWarning
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a warning
.
.
- Since:
- 9.2
- 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 TypeMethodDescriptiongetId()Returns the warning id.getShift()Returns the warning shift id.getTask()Returns the warning task id.Returns the warning timesheet id.getType()Returns the warning type id.booleanisSameWarning(BOWarning warning) voidSets the warning id.voidSets the warning shift id.voidSets the warning task id.voidsetTimesheet(Long timesheet) Sets the warning timesheet id.voidSets the warning type id.Methods 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
-
BOWarning
public BOWarning()
-
-
Method Details
-
getId
Returns the warning id.- Returns:
- the the warning id
-
setId
Sets the warning id.- Parameters:
id- the warning id
-
getTimesheet
Returns the warning timesheet id.- Returns:
- the timesheet id
- See Also:
-
setTimesheet
Sets the warning timesheet id.- Parameters:
timesheet- the timesheet id- See Also:
-
getTask
Returns the warning task id.- Returns:
- the task id
- See Also:
-
setTask
Sets the warning task id.- Parameters:
task- the task id- See Also:
-
getShift
Returns the warning shift id.- Returns:
- the shift id
- See Also:
-
setShift
Sets the warning shift id.- Parameters:
shift- the shift id- See Also:
-
getType
Returns the warning type id.- Returns:
- the type id
- See Also:
-
setType
Sets the warning type id.- Parameters:
type- the type id- See Also:
-
isSameWarning
-