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