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 Constructor Description IntegrationObjectRootItemAttributeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationObjectItemModelget(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 IntegrationObjectItemModel get(IntegrationObjectModel integrationObject)
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.
-
-