public class Tolerances
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected PriceTolerance |
priceTolerance |
protected QuantityTolerance |
quantityTolerance |
protected TimeTolerance |
timeTolerance |
| Constructor and Description |
|---|
Tolerances() |
| Modifier and Type | Method and Description |
|---|---|
PriceTolerance |
getPriceTolerance()
Gets the value of the priceTolerance property.
|
QuantityTolerance |
getQuantityTolerance()
Gets the value of the quantityTolerance property.
|
TimeTolerance |
getTimeTolerance()
Gets the value of the timeTolerance property.
|
void |
setPriceTolerance(PriceTolerance value)
Sets the value of the priceTolerance property.
|
void |
setQuantityTolerance(QuantityTolerance value)
Sets the value of the quantityTolerance property.
|
void |
setTimeTolerance(TimeTolerance value)
Sets the value of the timeTolerance property.
|
protected QuantityTolerance quantityTolerance
protected PriceTolerance priceTolerance
protected TimeTolerance timeTolerance
public QuantityTolerance getQuantityTolerance()
QuantityTolerancepublic void setQuantityTolerance(QuantityTolerance value)
value - allowed object is
QuantityTolerancepublic PriceTolerance getPriceTolerance()
PriceTolerancepublic void setPriceTolerance(PriceTolerance value)
value - allowed object is
PriceTolerancepublic TimeTolerance getTimeTolerance()
TimeTolerancepublic void setTimeTolerance(TimeTolerance value)
value - allowed object is
TimeToleranceCopyright © 2018 SAP SE. All Rights Reserved.