Class InventorySerializedMaterialAssociationConfiguration

All Implemented Interfaces:
Serializable

public class InventorySerializedMaterialAssociationConfiguration extends SerializedMaterialAssociationConfiguration
Configuration object for the InventorySerializedMaterialAssociation page.
Since:
14.0
See Also:
  • Constructor Details

    • InventorySerializedMaterialAssociationConfiguration

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