public class AdditionalPrices
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected InformationalPrice |
informationalPrice |
protected InformationalPriceExclTax |
informationalPriceExclTax |
protected UnitGrossPrice |
unitGrossPrice |
protected UnitNetPriceCorrection |
unitNetPriceCorrection |
| Constructor and Description |
|---|
AdditionalPrices() |
| Modifier and Type | Method and Description |
|---|---|
InformationalPrice |
getInformationalPrice()
Gets the value of the informationalPrice property.
|
InformationalPriceExclTax |
getInformationalPriceExclTax()
Gets the value of the informationalPriceExclTax property.
|
UnitGrossPrice |
getUnitGrossPrice()
Gets the value of the unitGrossPrice property.
|
UnitNetPriceCorrection |
getUnitNetPriceCorrection()
Gets the value of the unitNetPriceCorrection property.
|
void |
setInformationalPrice(InformationalPrice value)
Sets the value of the informationalPrice property.
|
void |
setInformationalPriceExclTax(InformationalPriceExclTax value)
Sets the value of the informationalPriceExclTax property.
|
void |
setUnitGrossPrice(UnitGrossPrice value)
Sets the value of the unitGrossPrice property.
|
void |
setUnitNetPriceCorrection(UnitNetPriceCorrection value)
Sets the value of the unitNetPriceCorrection property.
|
protected UnitGrossPrice unitGrossPrice
protected InformationalPrice informationalPrice
protected InformationalPriceExclTax informationalPriceExclTax
protected UnitNetPriceCorrection unitNetPriceCorrection
public UnitGrossPrice getUnitGrossPrice()
UnitGrossPricepublic void setUnitGrossPrice(UnitGrossPrice value)
value - allowed object is
UnitGrossPricepublic InformationalPrice getInformationalPrice()
InformationalPricepublic void setInformationalPrice(InformationalPrice value)
value - allowed object is
InformationalPricepublic InformationalPriceExclTax getInformationalPriceExclTax()
InformationalPriceExclTaxpublic void setInformationalPriceExclTax(InformationalPriceExclTax value)
value - allowed object is
InformationalPriceExclTaxpublic UnitNetPriceCorrection getUnitNetPriceCorrection()
UnitNetPriceCorrectionpublic void setUnitNetPriceCorrection(UnitNetPriceCorrection value)
value - allowed object is
UnitNetPriceCorrectionCopyright © 2018 SAP SE. All Rights Reserved.