java.lang.Object
overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail.BundlingRuleDetailInput

public class BundlingRuleDetailInput extends Object
Object used as input bean for the BundlingRuleDetail page.
Since:
10.1
  • Constructor Details

    • BundlingRuleDetailInput

      public BundlingRuleDetailInput()
  • Method Details

    • getMode

      public int getMode()
      Returns the page mode.
      Returns:
      the page mode
    • setMode

      public void setMode(int mode)
      Sets the page mode.
      Parameters:
      mode - the page mode
    • getBundlingRule

      public BundlingRule getBundlingRule()
      Returns the bundling rule.
      Returns:
      the bundling rule
      See Also:
    • setBundlingRule

      public void setBundlingRule(BundlingRule rule)
      Sets the bundling rule.
      Parameters:
      rule - the bundling rule
      See Also: