public class AdditionalAmounts
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ExactAmount |
exactAmount |
protected GoodsAndServiceAmount |
goodsAndServiceAmount |
protected GrossProgressPaymentAmount |
grossProgressPaymentAmount |
protected InformationalAmount |
informationalAmount |
protected TotalRetailAmount |
totalRetailAmount |
protected TotalReturnableItemsDepositAmount |
totalReturnableItemsDepositAmount |
| Constructor and Description |
|---|
AdditionalAmounts() |
| Modifier and Type | Method and Description |
|---|---|
ExactAmount |
getExactAmount()
Gets the value of the exactAmount property.
|
GoodsAndServiceAmount |
getGoodsAndServiceAmount()
Gets the value of the goodsAndServiceAmount property.
|
GrossProgressPaymentAmount |
getGrossProgressPaymentAmount()
Gets the value of the grossProgressPaymentAmount property.
|
InformationalAmount |
getInformationalAmount()
Gets the value of the informationalAmount property.
|
TotalRetailAmount |
getTotalRetailAmount()
Gets the value of the totalRetailAmount property.
|
TotalReturnableItemsDepositAmount |
getTotalReturnableItemsDepositAmount()
Gets the value of the totalReturnableItemsDepositAmount property.
|
void |
setExactAmount(ExactAmount value)
Sets the value of the exactAmount property.
|
void |
setGoodsAndServiceAmount(GoodsAndServiceAmount value)
Sets the value of the goodsAndServiceAmount property.
|
void |
setGrossProgressPaymentAmount(GrossProgressPaymentAmount value)
Sets the value of the grossProgressPaymentAmount property.
|
void |
setInformationalAmount(InformationalAmount value)
Sets the value of the informationalAmount property.
|
void |
setTotalRetailAmount(TotalRetailAmount value)
Sets the value of the totalRetailAmount property.
|
void |
setTotalReturnableItemsDepositAmount(TotalReturnableItemsDepositAmount value)
Sets the value of the totalReturnableItemsDepositAmount property.
|
protected TotalRetailAmount totalRetailAmount
protected InformationalAmount informationalAmount
protected GrossProgressPaymentAmount grossProgressPaymentAmount
protected TotalReturnableItemsDepositAmount totalReturnableItemsDepositAmount
protected GoodsAndServiceAmount goodsAndServiceAmount
protected ExactAmount exactAmount
public TotalRetailAmount getTotalRetailAmount()
TotalRetailAmountpublic void setTotalRetailAmount(TotalRetailAmount value)
value - allowed object is
TotalRetailAmountpublic InformationalAmount getInformationalAmount()
InformationalAmountpublic void setInformationalAmount(InformationalAmount value)
value - allowed object is
InformationalAmountpublic GrossProgressPaymentAmount getGrossProgressPaymentAmount()
GrossProgressPaymentAmountpublic void setGrossProgressPaymentAmount(GrossProgressPaymentAmount value)
value - allowed object is
GrossProgressPaymentAmountpublic TotalReturnableItemsDepositAmount getTotalReturnableItemsDepositAmount()
TotalReturnableItemsDepositAmountpublic void setTotalReturnableItemsDepositAmount(TotalReturnableItemsDepositAmount value)
value - allowed object is
TotalReturnableItemsDepositAmountpublic GoodsAndServiceAmount getGoodsAndServiceAmount()
GoodsAndServiceAmountpublic void setGoodsAndServiceAmount(GoodsAndServiceAmount value)
value - allowed object is
GoodsAndServiceAmountpublic ExactAmount getExactAmount()
ExactAmountpublic void setExactAmount(ExactAmount value)
value - allowed object is
ExactAmountCopyright © 2018 SAP SE. All Rights Reserved.