Class BundlingRuleDetailInput
java.lang.Object
overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail.BundlingRuleDetailInput
Object used as input bean for the
BundlingRuleDetail page. - Since:
- 10.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the bundling rule.intgetMode()Returns the page mode.voidsetBundlingRule(BundlingRule rule) Sets the bundling rule.voidsetMode(int mode) Sets the page mode.
-
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
Returns the bundling rule.- Returns:
- the bundling rule
- See Also:
-
setBundlingRule
Sets the bundling rule.- Parameters:
rule- the bundling rule- See Also:
-