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

public class WarehouseTransactionCheckInput extends DynO
Since:
13.0
See Also:
  • Constructor Details

    • WarehouseTransactionCheckInput

      public WarehouseTransactionCheckInput()
  • Method Details

    • getWarehouse

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

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

      public Long getMaterial()
      Returns the id of the material.
      Returns:
      the material id
      See Also:
    • setMaterial

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

      public Long getTransactionType()
      Returns the id of the transaction type.
      Returns:
      the transaction type id
      See Also:
    • setTransactionType

      public void setTransactionType(Long transactionType)
      Sets the id of the transaction type.
      Parameters:
      transactionType - the transaction type id
      See Also:
    • getStockType

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

      public void setStockType(Long stockType)
      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

      public Collection<Long> getSerializedMaterial()
      Returns the collection of the serialized material ids.
      Returns:
      the serialized material ids
      See Also:
    • setSerializedMaterial

      public void setSerializedMaterial(Collection<Long> serializedMaterial)
      Sets the collection of the serialized material ids.
      Parameters:
      serializedMaterial - the serialized material ids
      See Also: