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

public class WarehouseMaterialStockImportRow extends DynO
Business object that represent a row of the warehouse material stock import.
Since:
14.0
See Also:
  • Constructor Details

    • WarehouseMaterialStockImportRow

      public WarehouseMaterialStockImportRow()
  • Method Details

    • getNumber

      public Integer getNumber()
      Returns the row number.
      Returns:
      the row number
    • setNumber

      public void setNumber(Integer number)
      Sets the row number.
      Parameters:
      number - the row number
    • getOperationType

      public Long getOperationType()
      Returns the warehouse operation type id.
      Returns:
      the warehouse operation type id
      See Also:
    • setOperationType

      public void setOperationType(Long operationType)
      Sets the warehouse operation type id.
      Parameters:
      operationType - the warehouse operation type id
      See Also:
    • getWarehouse

      public Long getWarehouse()
      Returns the warehouse id.
      Returns:
      the warehouse id
      See Also:
    • setWarehouse

      public void setWarehouse(Long warehouse)
      Sets the warehouse id.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • getMaterial

      public Long getMaterial()
      Returns the material id.
      Returns:
      the warehouse material stock import row material id
      See Also:
    • setMaterial

      public void setMaterial(Long material)
      Sets the material id.
      Parameters:
      material - the material id
      See Also:
    • getStockType

      public Long getStockType()
      Returns the stock type id.
      Returns:
      the stock type id
      See Also:
    • setStockType

      public void setStockType(Long stockType)
      Sets the stock type id.
      Parameters:
      stockType - the stock type id
      See Also:
    • getMeasureUnit

      public Long getMeasureUnit()
      Returns the measure unit id.
      Returns:
      the measure unit id
      See Also:
    • setMeasureUnit

      public void setMeasureUnit(Long measureUnit)
      Sets the measure unit id.
      Parameters:
      measureUnit - the measure unit id
      See Also:
    • getQuantity

      public Double getQuantity()
      Returns the material quantity.
      Returns:
      the material quantity
    • setQuantity

      public void setQuantity(Double quantity)
      Sets the material quantity.
      Parameters:
      quantity - the material quantity
    • getSerializedMaterial

      public Long getSerializedMaterial()
      Returns the serialized material id .
      Returns:
      the serialized material id
      See Also:
    • setSerializedMaterial

      public void setSerializedMaterial(Long serializedMaterial)
      Sets the serialized material id.
      Parameters:
      serializedMaterial - the serialized material id
      See Also: