Class ConsentActiveAttribute
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<Boolean,ConsentModel>
de.hybris.platform.commerceservices.model.ConsentActiveAttribute
- All Implemented Interfaces:
DynamicAttributeHandler<Boolean,ConsentModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(ConsentModel model) Holds logic behind getter for dynamic attribute.Methods inherited from class de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler
set
-
Constructor Details
-
ConsentActiveAttribute
public ConsentActiveAttribute()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Boolean,ConsentModel> - Overrides:
getin classAbstractDynamicAttributeHandler<Boolean,ConsentModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-