Class IntegrationObjectRootItemAttributeHandler
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<IntegrationObjectItemModel,IntegrationObjectModel>
de.hybris.platform.integrationservices.model.IntegrationObjectRootItemAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<IntegrationObjectItemModel,IntegrationObjectModel>
public class IntegrationObjectRootItemAttributeHandler
extends AbstractDynamicAttributeHandler<IntegrationObjectItemModel,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
-
IntegrationObjectRootItemAttributeHandler
public IntegrationObjectRootItemAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<IntegrationObjectItemModel,IntegrationObjectModel> - Overrides:
getin classAbstractDynamicAttributeHandler<IntegrationObjectItemModel,IntegrationObjectModel> - Parameters:
integrationObject- model for which dynamic attribute is declared.- Returns:
- computed value.
-