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