Class CMSRestrictionEvaluatorMapping
java.lang.Object
de.hybris.platform.cms2.servicelayer.services.evaluator.CMSRestrictionEvaluatorMapping
Maps restriction evaluator
CMSRestrictionEvaluator with restriction code.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRestrictionEvaluator(CMSRestrictionEvaluator restrictionEvaluator) voidsetRestrictionTypeCode(String restrictionTypeCode)
-
Constructor Details
-
CMSRestrictionEvaluatorMapping
public CMSRestrictionEvaluatorMapping()
-
-
Method Details
-
getRestrictionEvaluator
- Returns:
- the restrictionEvaluator
-
setRestrictionEvaluator
- Parameters:
restrictionEvaluator- the restrictionEvaluator to set
-
getRestrictionTypeCode
- Returns:
- the restrictionTypeCode
-
setRestrictionTypeCode
- Parameters:
restrictionTypeCode- the restrictionTypeCode to set
-