Class MaterialDetailInput

java.lang.Object
overit.geocallapp.wfm.core.ux.material.detail.MaterialDetailInput

public class MaterialDetailInput extends Object
Object used as input bean for the MaterialDetail page.
Since:
13.0
  • Constructor Details

    • MaterialDetailInput

      public MaterialDetailInput()
  • Method Details

    • getMaterial

      public BOMaterial getMaterial()
      Returns the material set as page input.
      Returns:
      the current displayed material
    • setMaterial

      public void setMaterial(BOMaterial material)
      Sets the material as page input.
      Parameters:
      material - the current displayed material
    • getMode

      public ContainerMode getMode()
      Returns the page mode.
      Returns:
      the page mode
      See Also:
    • setMode

      public void setMode(ContainerMode mode)
      Sets the page mode.
      Parameters:
      mode - the page mode
      See Also: