Class WarehouseTransactionCheckInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.transaction.event.WarehouseTransactionCheckInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object for
WarehouseTransactionCheckEvent.- Since:
- 13.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 on active materials must be executed during the transaction check process.Returns the id of the material.Returns the collection of the serialized material ids.Returns the id of the stock type.Returns the id of the transaction type.Returns the id of the warehouse.voidsetCheckActiveMaterial(boolean checkActiveMaterial) Sets the execution of the check on active materials during the transaction check process.voidsetMaterial(Long material) Sets the id of the material.voidsetSerializedMaterial(Collection<Long> serializedMaterial) Sets the collection of the serialized material ids.voidsetStockType(Long stockType) Sets the id of the stock type.voidsetTransactionType(Long transactionType) Sets the id of the transaction type.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
-
WarehouseTransactionCheckInput
public WarehouseTransactionCheckInput()
-
-
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:
-
getTransactionType
Returns the id of the transaction type.- Returns:
- the transaction type id
- See Also:
-
setTransactionType
Sets the id of the transaction type.- Parameters:
transactionType- the transaction type id- See Also:
-
getStockType
Returns the id of the stock type.- Returns:
- the stock type id
- See Also:
-
setStockType
Sets the id of the stock type.- Parameters:
stockType- the stock type id- See Also:
-
getCheckActiveMaterial
public boolean getCheckActiveMaterial()Verifies whether the check on active materials must be executed during the transaction check process.- Returns:
- true the check must be executed, false otherwise
-
setCheckActiveMaterial
public void setCheckActiveMaterial(boolean checkActiveMaterial) Sets the execution of the check on active materials during the transaction check process.- Parameters:
checkActiveMaterial- the check active material
-
getSerializedMaterial
Returns the collection of the serialized material ids.- Returns:
- the serialized material ids
- See Also:
-
setSerializedMaterial
Sets the collection of the serialized material ids.- Parameters:
serializedMaterial- the serialized material ids- See Also:
-