Class WarehouseStockChangeHandleInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.event.WarehouseStockChangeHandleInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object for
WarehouseStockChangeHandleEvent.- Since:
- 14.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 TypeMethodDescriptionChecks if the operation will be immediately handled or not.Returns the id of the warehouse operation.Returns the id of the stock change.voidsetHandleOperation(Boolean handleOperation) Sets the operation to be immediately handled.voidsetOperation(Long operation) Sets the id of the warehouse operation.voidsetStockChange(Long stockChange) Sets the id of the stock change.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
-
WarehouseStockChangeHandleInput
public WarehouseStockChangeHandleInput()
-
-
Method Details
-
getStockChange
Returns the id of the stock change.- Returns:
- the stock change id
- See Also:
-
setStockChange
Sets the id of the stock change.- Parameters:
stockChange- the stock change id- See Also:
-
getOperation
Returns the id of the warehouse operation.- Returns:
- the warehouse operation id
- See Also:
-
setOperation
Sets the id of the warehouse operation.- Parameters:
operation- the warehouse operation id- See Also:
-
getHandleOperation
Checks if the operation will be immediately handled or not.- Returns:
- true if the operation will be immediately handled, false otherwise
-
setHandleOperation
Sets the operation to be immediately handled.- Parameters:
handleOperation- true if the operation must be immediately handled, false otherwise
-