| Package | Description |
|---|---|
| de.hybris.platform.core.resource.order.price | |
| de.hybris.platform.europe1.model |
Contains generated models for each type of de.hybris.platform.europe1.jalo package.
|
| Modifier and Type | Method and Description |
|---|---|
TaxModel |
TaxResource.getTaxModel()
Convenience method which just delegates to
#getResourceValue() |
protected TaxModel |
TaxResource.readResource(String resourceId)
Gets the
TaxModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxModel> |
TaxsResource.getTaxsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxResource.setTaxModel(TaxModel value)
Convenience method which just delegates to
#setResourceValue(TaxModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxsResource.setTaxsCollection(Collection<TaxModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
TaxModel |
TaxRowModel.getTax()
Generated method - Getter of the
TaxRow.tax attribute defined at extension europe1. |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxRowModel.setTax(TaxModel value)
Generated method - Initial setter of
TaxRow.tax attribute defined at extension europe1. |
| Constructor and Description |
|---|
TaxRowModel(ItemModel _owner,
ProductTaxGroup _pg,
ProductModel _product,
String _productId,
TaxModel _tax)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TaxRowModel(TaxModel _tax)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2017 SAP SE. All Rights Reserved.