Class MaterialDetailInput
java.lang.Object
overit.geocallapp.wfm.core.ux.material.detail.MaterialDetailInput
Object used as input bean for the
MaterialDetail page. - Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the material set as page input.getMode()Returns the page mode.voidsetMaterial(BOMaterial material) Sets the material as page input.voidsetMode(ContainerMode mode) Sets the page mode.
-
Constructor Details
-
MaterialDetailInput
public MaterialDetailInput()
-
-
Method Details
-
getMaterial
Returns the material set as page input.- Returns:
- the current displayed material
-
setMaterial
Sets the material as page input.- Parameters:
material- the current displayed material
-
getMode
Returns the page mode.- Returns:
- the page mode
- See Also:
-
setMode
Sets the page mode.- Parameters:
mode- the page mode- See Also:
-