public class Rate
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected java.lang.String |
quantity |
protected Total |
total |
protected UnitRate |
unitRate |
| Constructor and Description |
|---|
Rate() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getQuantity()
Gets the value of the quantity property.
|
Total |
getTotal()
Gets the value of the total property.
|
UnitRate |
getUnitRate()
Gets the value of the unitRate property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setQuantity(java.lang.String value)
Sets the value of the quantity property.
|
void |
setTotal(Total value)
Sets the value of the total property.
|
void |
setUnitRate(UnitRate value)
Sets the value of the unitRate property.
|
protected java.lang.String quantity
protected Total total
protected UnitRate unitRate
protected Description description
public java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic Total getTotal()
Totalpublic void setTotal(Total value)
value - allowed object is
Totalpublic UnitRate getUnitRate()
UnitRatepublic void setUnitRate(UnitRate value)
value - allowed object is
UnitRatepublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
DescriptionCopyright © 2018 SAP SE. All Rights Reserved.