public class UnitRate
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Money |
money |
protected PriceBasisQuantity |
priceBasisQuantity |
protected TermReference |
termReference |
protected java.lang.String |
unitOfMeasure |
| Constructor and Description |
|---|
UnitRate() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getMoney()
Gets the value of the money property.
|
PriceBasisQuantity |
getPriceBasisQuantity()
Gets the value of the priceBasisQuantity property.
|
TermReference |
getTermReference()
Gets the value of the termReference property.
|
java.lang.String |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
void |
setMoney(Money value)
Sets the value of the money property.
|
void |
setPriceBasisQuantity(PriceBasisQuantity value)
Sets the value of the priceBasisQuantity property.
|
void |
setTermReference(TermReference value)
Sets the value of the termReference property.
|
void |
setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.
|
protected Money money
protected java.lang.String unitOfMeasure
protected PriceBasisQuantity priceBasisQuantity
protected TermReference termReference
public Money getMoney()
Moneypublic void setMoney(Money value)
value - allowed object is
Moneypublic java.lang.String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(java.lang.String value)
value - allowed object is
Stringpublic PriceBasisQuantity getPriceBasisQuantity()
PriceBasisQuantitypublic void setPriceBasisQuantity(PriceBasisQuantity value)
value - allowed object is
PriceBasisQuantitypublic TermReference getTermReference()
TermReferencepublic void setTermReference(TermReference value)
value - allowed object is
TermReferenceCopyright © 2018 SAP SE. All Rights Reserved.