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

public class StockChangeInput extends Object implements Serializable
Change Stock panel input object.
Since:
14.0
See Also:
  • Constructor Details

    • StockChangeInput

      public StockChangeInput()
  • Method Details

    • 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 material id
      See Also:
    • setMaterial

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

      public Long getOutgoingStockType()
      Returns the outgoing stock type id.
      Returns:
      the outgoing stock type id
      See Also:
    • setOutgoingStockType

      public void setOutgoingStockType(Long outgoingStockType)
      Sets the outgoing stock type id.
      Parameters:
      outgoingStockType - the outgoing stock type id
      See Also:
    • 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: