Package de.hybris.platform.cms2.model
Class ProductRestrictionDescription
java.lang.Object
de.hybris.platform.cms2.model.ProductRestrictionDescription
- All Implemented Interfaces:
DynamicAttributeHandler<String,CMSProductRestrictionModel>
public class ProductRestrictionDescription
extends Object
implements DynamicAttributeHandler<String,CMSProductRestrictionModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CMSProductRestrictionModel model) Holds logic behind getter for dynamic attribute.voidset(CMSProductRestrictionModel model, String value) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
ProductRestrictionDescription
public ProductRestrictionDescription()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<String,CMSProductRestrictionModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<String,CMSProductRestrictionModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-