public class OrderQuantity
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
maximum |
protected java.lang.String |
minimum |
protected java.lang.String |
unitOfMeasure |
| Constructor and Description |
|---|
OrderQuantity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMaximum()
Gets the value of the maximum property.
|
java.lang.String |
getMinimum()
Gets the value of the minimum property.
|
java.lang.String |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
void |
setMaximum(java.lang.String value)
Sets the value of the maximum property.
|
void |
setMinimum(java.lang.String value)
Sets the value of the minimum property.
|
void |
setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.
|
protected java.lang.String minimum
protected java.lang.String maximum
protected java.lang.String unitOfMeasure
public java.lang.String getMinimum()
Stringpublic void setMinimum(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaximum()
Stringpublic void setMaximum(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.