public class PriceBasisQuantity
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
conversionFactor |
protected Description |
description |
protected java.lang.String |
quantity |
protected java.lang.String |
unitOfMeasure |
| Constructor and Description |
|---|
PriceBasisQuantity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConversionFactor()
Gets the value of the conversionFactor property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getQuantity()
Gets the value of the quantity property.
|
java.lang.String |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
void |
setConversionFactor(java.lang.String value)
Sets the value of the conversionFactor 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 |
setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.
|
protected java.lang.String quantity
protected java.lang.String conversionFactor
protected java.lang.String unitOfMeasure
protected Description description
public java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConversionFactor()
Stringpublic void setConversionFactor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(java.lang.String value)
value - allowed object is
Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
DescriptionCopyright © 2018 SAP SE. All Rights Reserved.