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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the already selected serials.Returns the stock type id.Returns warehouse id.booleanChecks if is the page will allow the insertion of a new serial.final voidsetAlreadySelectedSerials(Set<Long> alreadySelectedSerials) Sets the already selected serials.voidsetInsertionAllowed(boolean isInsertionAllowed) Sets the insertion to allowed.voidsetStockType(Long stockType) Sets the stock type id.voidsetWarehouse(Long warehouse) Sets the warehouse id.Methods inherited from class overit.geocallapp.wfm.core.ux.material.serialized.selection.SerializedMaterialSelectionConfiguration
getMaterial, setMaterial
-
Constructor Details
-
TransferRequestSerializedMaterialSelectionConfiguration
public TransferRequestSerializedMaterialSelectionConfiguration()
-
-
Method Details
-
getAlreadySelectedSerials
Returns the already selected serials.- Returns:
- the already selected serials
-
setAlreadySelectedSerials
Sets the already selected serials.- Parameters:
alreadySelectedSerials- the already selected serials
-
getWarehouse
Returns warehouse id.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the warehouse id.- Parameters:
warehouse- the warehouse id- See Also:
-
getStockType
Returns the stock type id.- Returns:
- the stock type id
- See Also:
-
setStockType
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
-