public class MovementQuantity
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
quantity |
protected java.lang.String |
unitOfMeasure |
| Constructor and Description |
|---|
MovementQuantity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQuantity()
Gets the value of the quantity property.
|
java.lang.String |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
void |
setQuantity(java.lang.String value)
Sets the value of the quantity property.
|
void |
setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.
|
protected java.lang.String quantity
protected java.lang.String unitOfMeasure
public java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.