Class DTOWorkOrderOperationInsertedSpout
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.spout.operation.DTOWorkOrderOperationInsertedSpout
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
@EntityRef(WorkOrderOperationEntity.class)
public class DTOWorkOrderOperationInsertedSpout
extends DynO
Object that represent the spout payload for
BOWorkOrderOperation insert actions.- Since:
- 21.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal Longfinal LongGets the execution orderfinal LonggetId()Gets the id of theBOWorkOrderOperation.final Longfinal LonggetType()final LongGets the id of theBOWorkOrderHeader.final voidsetDefaultDuration(Long defaultDuration) final voidsetExecutionOrder(Long executionOrder) Sets the execution orderfinal voidSets the id of theBOWorkOrderOperation.final voidfinal voidfinal voidsetWorkOrder(Long workOrder) Sets the id of theBOWorkOrderHeader.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
-
DTOWorkOrderOperationInsertedSpout
public DTOWorkOrderOperationInsertedSpout()
-
-
Method Details
-
getId
Gets the id of theBOWorkOrderOperation.- Returns:
- the id of the
BOWorkOrderOperation
-
setId
Sets the id of theBOWorkOrderOperation.- Parameters:
id- the id of theBOWorkOrderOperation
-
getWorkOrder
Gets the id of theBOWorkOrderHeader.- Returns:
- workOrder the id of the
BOWorkOrderHeader
-
setWorkOrder
Sets the id of theBOWorkOrderHeader.- Parameters:
workOrder- theBOWorkOrderHeaderid to set
-
getExecutionOrder
Gets the execution order- Returns:
- the executionOrder
-
setExecutionOrder
Sets the execution order- Parameters:
executionOrder- the executionOrder to set
-
getDefaultDuration
- Returns:
- the defaultDuration
-
setDefaultDuration
- Parameters:
defaultDuration- the defaultDuration to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status- the status to set
-