Class TransferRequestSerializedMaterialSelectionConfiguration

java.lang.Object
overit.geocallapp.wfm.core.ux.material.serialized.selection.SerializedMaterialSelectionConfiguration
overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.serializedmaterial.selection.TransferRequestSerializedMaterialSelectionConfiguration
All Implemented Interfaces:
Serializable

public class TransferRequestSerializedMaterialSelectionConfiguration extends SerializedMaterialSelectionConfiguration
Object representing the configuration for the TransferRequestSerializedMaterialSelection page.
Since:
14.0
See Also:
  • Constructor Details

    • TransferRequestSerializedMaterialSelectionConfiguration

      public TransferRequestSerializedMaterialSelectionConfiguration()
  • Method Details

    • getAlreadySelectedSerials

      public final Set<Long> getAlreadySelectedSerials()
      Returns the already selected serials.
      Returns:
      the already selected serials
    • setAlreadySelectedSerials

      public final void setAlreadySelectedSerials(Set<Long> alreadySelectedSerials)
      Sets the already selected serials.
      Parameters:
      alreadySelectedSerials - the already selected serials
    • getWarehouse

      public Long getWarehouse()
      Returns 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:
    • 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:
    • isInsertionAllowed

      public boolean isInsertionAllowed()
      Checks if is the page will allow the insertion of a new serial.
      Returns:
      true if the insertion of a new serial will be allowed, false otherwise
    • setInsertionAllowed

      public void setInsertionAllowed(boolean isInsertionAllowed)
      Sets the insertion to allowed.
      Parameters:
      isInsertionAllowed - true if the insertion of a new serial will be allowed, false otherwise