Class WarehouseStockChangeCreateOperationInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.event.WarehouseStockChangeCreateOperationInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object for
WarehouseStockChangeCreateOperationEvent.- 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 incoming stock type id.Returns the id of the material.Returns the id of the measure unit.Returns the outgoing stock type id.Returns the material quantity.Returns the collection of serialized material ids.Returns the id of the warehouse.voidsetHandleOperation(Boolean handleOperation) Sets the operation to be immediately handled.voidsetIncomingStockType(Long incomingStockType) Sets the incoming stock type id.voidsetMaterial(Long material) Sets the id of the material.voidsetMeasureUnit(Long measureUnit) Sets the id of the measure unit.voidsetOutgoingStockType(Long outgoingStockType) Sets the outgoing stock type id.voidsetQuantity(Double quantity) Sets the material quantity.voidsetSerializedMaterial(Collection<Long> serializedMaterial) Sets the collection of serialized material ids.voidsetWarehouse(Long warehouse) Sets the id of the warehouse.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
-
WarehouseStockChangeCreateOperationInput
public WarehouseStockChangeCreateOperationInput()
-
-
Method Details
-
getWarehouse
Returns the id of the warehouse.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the id of the warehouse.- Parameters:
warehouse- the warehouse id- See Also:
-
getMaterial
Returns the id of the material.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the id of the material.- Parameters:
material- the material id- See Also:
-
getSerializedMaterial
Returns the collection of serialized material ids.- Returns:
- the serialized material ids
- See Also:
-
setSerializedMaterial
Sets the collection of serialized material ids.- Parameters:
serializedMaterial- the serialized material ids- See Also:
-
getOutgoingStockType
Returns the outgoing stock type id.- Returns:
- the outgoing stock type id
- See Also:
-
setOutgoingStockType
Sets the outgoing stock type id.- Parameters:
outgoingStockType- the outgoing stock type id- See Also:
-
getIncomingStockType
Returns the incoming stock type id.- Returns:
- the incoming stock type id
- See Also:
-
setIncomingStockType
Sets the incoming stock type id.- Parameters:
incomingStockType- the incoming stock type id- See Also:
-
getMeasureUnit
Returns the id of the measure unit.- Returns:
- the measure unit id
- See Also:
-
setMeasureUnit
Sets the id of the measure unit.- Parameters:
measureUnit- the measure unit id- See Also:
-
getQuantity
Returns the material quantity.- Returns:
- the material quantity
-
setQuantity
Sets the material quantity.- Parameters:
quantity- the material quantity
-
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
-