Class WarehouseOperationMovementInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.event.WarehouseOperationMovementInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object for
WarehouseOperationMovementEvent.- 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 TypeMethodDescriptionbooleanVerifies whether the check stock quantity needs to be done.Returns the warehouse operation movement input warehouse operation id .voidsetCheckStockQuantity(boolean checkStockQuantity) Sets the check stock quantity as needed.voidsetWarehouseOperation(Long warehouseOperation) Sets the warehouse operation 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
-
WarehouseOperationMovementInput
public WarehouseOperationMovementInput()
-
-
Method Details
-
getWarehouseOperation
Returns the warehouse operation movement input warehouse operation id .- Returns:
- the warehouse operation movement input warehouse operation id
- See Also:
-
setWarehouseOperation
Sets the warehouse operation id.- Parameters:
warehouseOperation- the warehouse operation id- See Also:
-
getCheckStockQuantity
public boolean getCheckStockQuantity()Verifies whether the check stock quantity needs to be done.- Returns:
- true the check stock quantity needs to be done, false otherwise
-
setCheckStockQuantity
public void setCheckStockQuantity(boolean checkStockQuantity) Sets the check stock quantity as needed.- Parameters:
checkStockQuantity- true the check stock quantity needs to be done, false otherwise
-