java.lang.Object
overit.geocallapp.wfm.inventory.ux.warehouse.transaction.generation.GenerateTransactionInput
All Implemented Interfaces:
Serializable

public class GenerateTransactionInput extends Object implements Serializable
Generate transaction panel input object.
Since:
14.0
See Also:
  • Constructor Details

    • GenerateTransactionInput

      public GenerateTransactionInput()
  • 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:
    • 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: