Class PriceRowsValidProductAttribute
java.lang.Object
de.hybris.platform.subscriptionservices.model.PriceRowsValidProductAttribute
- All Implemented Interfaces:
DynamicAttributeHandler<Boolean,,ProductModel> Serializable
public class PriceRowsValidProductAttribute
extends Object
implements DynamicAttributeHandler<Boolean,ProductModel>, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(ProductModel model) Holds logic behind getter for dynamic attribute.voidset(ProductModel model, Boolean value) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
PriceRowsValidProductAttribute
public PriceRowsValidProductAttribute()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Boolean,ProductModel> - 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<Boolean,ProductModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-