| Package | Description |
|---|---|
| de.hybris.platform.cms2lib.resource.components | |
| de.hybris.platform.core.model.product |
Contains generated models for each type of de.hybris.platform.jalo.product package.
|
| Modifier and Type | Method and Description |
|---|---|
ProductDetailComponentModel |
ProductDetailComponentResource.getProductDetailComponentModel()
Convenience method which just delegates to
#getResourceValue() |
protected ProductDetailComponentModel |
ProductDetailComponentResource.readResource(String resourceId)
Gets the
ProductDetailComponentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProductDetailComponentModel> |
ProductDetailComponentsResource.getProductDetailComponentsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductDetailComponentResource.setProductDetailComponentModel(ProductDetailComponentModel value)
Convenience method which just delegates to
#setResourceValue(ProductDetailComponentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductDetailComponentsResource.setProductDetailComponentsCollection(Collection<ProductDetailComponentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductDetailComponentModel> |
ProductModel.getProductDetailComponents()
Generated method - Getter of the
Product.productDetailComponents attribute defined at extension cms2lib. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setProductDetailComponents(List<ProductDetailComponentModel> value)
Generated method - Setter of
Product.productDetailComponents attribute defined at extension cms2lib. |
Copyright © 2017 SAP SE. All Rights Reserved.