Uses of Class
de.hybris.platform.odata2webservicesfeaturetests.model.TestIntegrationItemDetailModel
-
Packages that use TestIntegrationItemDetailModel Package Description de.hybris.platform.odata2webservicesfeaturetests.model 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 TestIntegrationItemDetailModel Modifier and Type Method Description TestIntegrationItemDetailModelTestIntegrationItemModel. getDetail()Generated method - Getter of theTestIntegrationItem.detailattribute defined at extensionodata2webservicesfeaturetests.Methods in de.hybris.platform.odata2webservicesfeaturetests.model that return types with arguments of type TestIntegrationItemDetailModel Modifier and Type Method Description java.util.List<TestIntegrationItemDetailModel>TestIntegrationItemModel. getDetails()Generated method - Getter of theTestIntegrationItem.detailsattribute defined at extensionodata2webservicesfeaturetests.java.util.Set<TestIntegrationItemDetailModel>ComplexTestIntegrationItemModel. getRequiredDetails()Generated method - Getter of theComplexTestIntegrationItem.requiredDetailsattribute defined at extensionodata2webservicesfeaturetests.Methods in de.hybris.platform.odata2webservicesfeaturetests.model with parameters of type TestIntegrationItemDetailModel Modifier and Type Method Description voidTestIntegrationItemModel. setDetail(TestIntegrationItemDetailModel value)Generated method - Setter ofTestIntegrationItem.detailattribute defined at extensionodata2webservicesfeaturetests.Method parameters in de.hybris.platform.odata2webservicesfeaturetests.model with type arguments of type TestIntegrationItemDetailModel Modifier and Type Method Description voidTestIntegrationItemModel. setDetails(java.util.List<TestIntegrationItemDetailModel> value)Generated method - Setter ofTestIntegrationItem.detailsattribute defined at extensionodata2webservicesfeaturetests.voidComplexTestIntegrationItemModel. setRequiredDetails(java.util.Set<TestIntegrationItemDetailModel> value)Generated method - Setter ofComplexTestIntegrationItem.requiredDetailsattribute defined at extensionodata2webservicesfeaturetests.Constructor parameters in de.hybris.platform.odata2webservicesfeaturetests.model with type arguments of type TestIntegrationItemDetailModel Constructor Description ComplexTestIntegrationItemModel(java.lang.String _code, ItemModel _owner, java.util.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(java.lang.String _code, java.util.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
-