Uses of Class
de.hybris.platform.integrationservices.model.IntegrationObjectItemModel
-
Packages that use IntegrationObjectItemModel Package Description de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package. -
-
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return IntegrationObjectItemModel Modifier and Type Method Description IntegrationObjectItemModelIntegrationObjectItemAttributeModel. getIntegrationObjectItem()Generated method - Getter of theIntegrationObjectItemAttribute.integrationObjectItemattribute defined at extensionintegrationservices.IntegrationObjectItemModelIntegrationObjectItemAttributeModel. getReturnIntegrationObjectItem()Generated method - Getter of theIntegrationObjectItemAttribute.returnIntegrationObjectItemattribute defined at extensionintegrationservices.IntegrationObjectItemModelIntegrationObjectModel. getRootItem()Generated method - Getter of theIntegrationObject.rootItemdynamic attribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model that return types with arguments of type IntegrationObjectItemModel Modifier and Type Method Description java.util.Set<IntegrationObjectItemModel>IntegrationObjectModel. getItems()Generated method - Getter of theIntegrationObject.itemsattribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectItemModel Modifier and Type Method Description voidIntegrationObjectItemAttributeModel. setIntegrationObjectItem(IntegrationObjectItemModel value)Generated method - Setter ofIntegrationObjectItemAttribute.integrationObjectItemattribute defined at extensionintegrationservices.voidIntegrationObjectItemAttributeModel. setReturnIntegrationObjectItem(IntegrationObjectItemModel value)Generated method - Setter ofIntegrationObjectItemAttribute.returnIntegrationObjectItemattribute defined at extensionintegrationservices.Method parameters in de.hybris.platform.integrationservices.model with type arguments of type IntegrationObjectItemModel Modifier and Type Method Description voidIntegrationObjectModel. setItems(java.util.Set<IntegrationObjectItemModel> value)Generated method - Setter ofIntegrationObject.itemsattribute defined at extensionintegrationservices.
-