Class InventorySerializedMaterialAssociationConfiguration
java.lang.Object
overit.geocallapp.wfm.core.ux.material.serialized.selection.SerializedMaterialSelectionConfiguration
overit.geocallapp.wfm.core.ux.schedule.intervention.material.serialized.SerializedMaterialAssociationConfiguration
overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.serialized.InventorySerializedMaterialAssociationConfiguration
- All Implemented Interfaces:
Serializable
public class InventorySerializedMaterialAssociationConfiguration
extends SerializedMaterialAssociationConfiguration
Configuration object for the
InventorySerializedMaterialAssociation page.- Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the stock type.Returns the id of the warehouse.voidsetStockType(Long stockType) Sets the id of the stock type.voidsetWarehouse(Long warehouse) Sets the id of the warehouse.Methods inherited from class overit.geocallapp.wfm.core.ux.schedule.intervention.material.serialized.SerializedMaterialAssociationConfiguration
getAgenda, getMaterialAccountingType, getSerializedMaterials, setAgenda, setMaterialAccountingType, setSerializedMaterialsMethods inherited from class overit.geocallapp.wfm.core.ux.material.serialized.selection.SerializedMaterialSelectionConfiguration
getMaterial, setMaterial
-
Constructor Details
-
InventorySerializedMaterialAssociationConfiguration
public InventorySerializedMaterialAssociationConfiguration()
-
-
Method Details
-
getWarehouse
Returns the id of the warehouse.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the id of the warehouse.- Parameters:
warehouse- the warehouse id- See Also:
-
getStockType
Returns the id of the stock type.- Returns:
- the stock type id
- See Also:
-
setStockType
Sets the id of the stock type.- Parameters:
stockType- the stock type id- See Also:
-