Uses of Class
de.hybris.platform.odata2webservicesfeaturetests.model.TestIntegrationItemDetailModel
Packages that use TestIntegrationItemDetailModel
Package
Description
Contains generated models for each type of de.hybris.platform.odata2webservicesfeaturetests.jalo package.
-
Uses of TestIntegrationItemDetailModel in de.hybris.platform.odata2webservicesfeaturetests.model
Methods in de.hybris.platform.odata2webservicesfeaturetests.model that return TestIntegrationItemDetailModelModifier and TypeMethodDescriptionTestIntegrationItemModel.getDetail()Generated method - Getter of theTestIntegrationItem.detailattribute defined at extensionodata2webservicesfeaturetests.Methods in de.hybris.platform.odata2webservicesfeaturetests.model that return types with arguments of type TestIntegrationItemDetailModelModifier and TypeMethodDescriptionTestIntegrationItemModel.getDetails()Generated method - Getter of theTestIntegrationItem.detailsattribute defined at extensionodata2webservicesfeaturetests.ComplexTestIntegrationItemModel.getRequiredDetails()Generated method - Getter of theComplexTestIntegrationItem.requiredDetailsattribute defined at extensionodata2webservicesfeaturetests.Methods in de.hybris.platform.odata2webservicesfeaturetests.model with parameters of type TestIntegrationItemDetailModelModifier and TypeMethodDescriptionvoidTestIntegrationItemModel.setDetail(TestIntegrationItemDetailModel value) Generated method - Setter ofTestIntegrationItem.detailattribute defined at extensionodata2webservicesfeaturetests.Method parameters in de.hybris.platform.odata2webservicesfeaturetests.model with type arguments of type TestIntegrationItemDetailModelModifier and TypeMethodDescriptionvoidTestIntegrationItemModel.setDetails(List<TestIntegrationItemDetailModel> value) Generated method - Setter ofTestIntegrationItem.detailsattribute defined at extensionodata2webservicesfeaturetests.voidComplexTestIntegrationItemModel.setRequiredDetails(Set<TestIntegrationItemDetailModel> value) Generated method - Setter ofComplexTestIntegrationItem.requiredDetailsattribute defined at extensionodata2webservicesfeaturetests.Constructor parameters in de.hybris.platform.odata2webservicesfeaturetests.model with type arguments of type TestIntegrationItemDetailModelModifierConstructorDescriptionComplexTestIntegrationItemModel(String _code, ItemModel _owner, Set<TestIntegrationItemDetailModel> _requiredDetails) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersComplexTestIntegrationItemModel(String _code, Set<TestIntegrationItemDetailModel> _requiredDetails) 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