Class MobileCardsRuleDetailParams
java.lang.Object
overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsrule.MobileCardsRuleDetailParams
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Card Intervention Rule.Returns the Intervention Group.voidsetCardInterventionRule(MobileCardInterventionRule cardInterventionRule) Sets the Card Intervention Rule.voidsetInterventionGroup(BOInterventionGroup interventionGroup) Sets Intervention Group.
-
Field Details
-
cardInterventionRule
-
-
Constructor Details
-
MobileCardsRuleDetailParams
public MobileCardsRuleDetailParams()
-
-
Method Details
-
getCardInterventionRule
Returns the Card Intervention Rule.- Returns:
- the Card Intervention Rule
-
setCardInterventionRule
Sets the Card Intervention Rule.- Parameters:
cardInterventionRule- the Card Intervention Rule
-
getInterventionGroup
Returns the Intervention Group.- Returns:
- the Intervention Group
-
setInterventionGroup
Sets Intervention Group.- Parameters:
interventionGroup- the Intervention Group
-