Class WarehouseMaterialStockImportRow
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.importexport.material.event.WarehouseMaterialStockImportRow
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object that represent a row of the warehouse material stock import.
- 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 TypeMethodDescriptionReturns the material id.Returns the measure unit id.Returns the row number.Returns the warehouse operation type id.Returns the material quantity.Returns the serialized material id .Returns the stock type id.Returns the warehouse id.voidsetMaterial(Long material) Sets the material id.voidsetMeasureUnit(Long measureUnit) Sets the measure unit id.voidSets the row number.voidsetOperationType(Long operationType) Sets the warehouse operation type id.voidsetQuantity(Double quantity) Sets the material quantity.voidsetSerializedMaterial(Long serializedMaterial) Sets the serialized material id.voidsetStockType(Long stockType) Sets the stock type id.voidsetWarehouse(Long warehouse) Sets the warehouse 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
-
WarehouseMaterialStockImportRow
public WarehouseMaterialStockImportRow()
-
-
Method Details
-
getNumber
Returns the row number.- Returns:
- the row number
-
setNumber
Sets the row number.- Parameters:
number- the row number
-
getOperationType
Returns the warehouse operation type id.- Returns:
- the warehouse operation type id
- See Also:
-
setOperationType
Sets the warehouse operation type id.- Parameters:
operationType- the warehouse operation type id- See Also:
-
getWarehouse
Returns the warehouse id.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the warehouse id.- Parameters:
warehouse- the warehouse id- See Also:
-
getMaterial
Returns the material id.- Returns:
- the warehouse material stock import row material id
- See Also:
-
setMaterial
Sets the material id.- Parameters:
material- the material id- See Also:
-
getStockType
Returns the stock type id.- Returns:
- the stock type id
- See Also:
-
setStockType
Sets the stock type id.- Parameters:
stockType- the stock type id- See Also:
-
getMeasureUnit
Returns the measure unit id.- Returns:
- the measure unit id
- See Also:
-
setMeasureUnit
Sets the measure unit id.- 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
-
getSerializedMaterial
Returns the serialized material id .- Returns:
- the serialized material id
- See Also:
-
setSerializedMaterial
Sets the serialized material id.- Parameters:
serializedMaterial- the serialized material id- See Also:
-