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.IntegrationObjectItemModelIntegrationObjectItemClassificationAttributeModel. getIntegrationObjectItem()Generated method - Getter of theIntegrationObjectItemClassificationAttribute.integrationObjectItemattribute defined at extensionintegrationservices.IntegrationObjectItemModelAbstractIntegrationObjectItemAttributeModel. getReturnIntegrationObjectItem()Generated method - Getter of theAbstractIntegrationObjectItemAttribute.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.voidIntegrationObjectItemClassificationAttributeModel. setIntegrationObjectItem(IntegrationObjectItemModel value)Generated method - Setter ofIntegrationObjectItemClassificationAttribute.integrationObjectItemattribute defined at extensionintegrationservices.voidAbstractIntegrationObjectItemAttributeModel. setReturnIntegrationObjectItem(IntegrationObjectItemModel value)Generated method - Setter ofAbstractIntegrationObjectItemAttribute.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.Constructors in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectItemModel Constructor Description IntegrationObjectItemAttributeModel(AttributeDescriptorModel _attributeDescriptor, java.lang.String _attributeName, IntegrationObjectItemModel _integrationObjectItem)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIntegrationObjectItemAttributeModel(AttributeDescriptorModel _attributeDescriptor, java.lang.String _attributeName, IntegrationObjectItemModel _integrationObjectItem, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIntegrationObjectItemClassificationAttributeModel(java.lang.String _attributeName, ClassAttributeAssignmentModel _classAttributeAssignment, IntegrationObjectItemModel _integrationObjectItem)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIntegrationObjectItemClassificationAttributeModel(java.lang.String _attributeName, ClassAttributeAssignmentModel _classAttributeAssignment, IntegrationObjectItemModel _integrationObjectItem, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-