Class SerializedMaterialSelectionConfiguration
java.lang.Object
overit.geocallapp.wfm.core.ux.material.serialized.selection.SerializedMaterialSelectionConfiguration
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SerializedMaterialAssociationConfiguration,StockSerializedMaterialSelectionConfiguration,TransferRequestSerializedMaterialSelectionConfiguration
Class used as configuration object for the
SerializedMaterialSelection page.- Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LongReturns the material id.final voidsetMaterial(Long material) Sets the material id.
-
Constructor Details
-
SerializedMaterialSelectionConfiguration
public SerializedMaterialSelectionConfiguration()
-
-
Method Details
-
getMaterial
Returns the material id.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the material id.- Parameters:
material- the material id- See Also:
-