public class AgreementItemOut
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ItemOut |
itemOut |
protected MaxAmount |
maxAmount |
protected java.lang.String |
maxQuantity |
protected MaxReleaseAmount |
maxReleaseAmount |
protected java.lang.String |
maxReleaseQuantity |
protected MinAmount |
minAmount |
protected java.lang.String |
minQuantity |
protected MinReleaseAmount |
minReleaseAmount |
protected java.lang.String |
minReleaseQuantity |
| Constructor and Description |
|---|
AgreementItemOut() |
| Modifier and Type | Method and Description |
|---|---|
ItemOut |
getItemOut()
Gets the value of the itemOut property.
|
MaxAmount |
getMaxAmount()
Gets the value of the maxAmount property.
|
java.lang.String |
getMaxQuantity()
Gets the value of the maxQuantity property.
|
MaxReleaseAmount |
getMaxReleaseAmount()
Gets the value of the maxReleaseAmount property.
|
java.lang.String |
getMaxReleaseQuantity()
Gets the value of the maxReleaseQuantity property.
|
MinAmount |
getMinAmount()
Gets the value of the minAmount property.
|
java.lang.String |
getMinQuantity()
Gets the value of the minQuantity property.
|
MinReleaseAmount |
getMinReleaseAmount()
Gets the value of the minReleaseAmount property.
|
java.lang.String |
getMinReleaseQuantity()
Gets the value of the minReleaseQuantity property.
|
void |
setItemOut(ItemOut value)
Sets the value of the itemOut property.
|
void |
setMaxAmount(MaxAmount value)
Sets the value of the maxAmount property.
|
void |
setMaxQuantity(java.lang.String value)
Sets the value of the maxQuantity property.
|
void |
setMaxReleaseAmount(MaxReleaseAmount value)
Sets the value of the maxReleaseAmount property.
|
void |
setMaxReleaseQuantity(java.lang.String value)
Sets the value of the maxReleaseQuantity property.
|
void |
setMinAmount(MinAmount value)
Sets the value of the minAmount property.
|
void |
setMinQuantity(java.lang.String value)
Sets the value of the minQuantity property.
|
void |
setMinReleaseAmount(MinReleaseAmount value)
Sets the value of the minReleaseAmount property.
|
void |
setMinReleaseQuantity(java.lang.String value)
Sets the value of the minReleaseQuantity property.
|
protected java.lang.String maxQuantity
protected java.lang.String minQuantity
protected java.lang.String maxReleaseQuantity
protected java.lang.String minReleaseQuantity
protected MaxAmount maxAmount
protected MinAmount minAmount
protected MaxReleaseAmount maxReleaseAmount
protected MinReleaseAmount minReleaseAmount
protected ItemOut itemOut
public java.lang.String getMaxQuantity()
Stringpublic void setMaxQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinQuantity()
Stringpublic void setMinQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxReleaseQuantity()
Stringpublic void setMaxReleaseQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinReleaseQuantity()
Stringpublic void setMinReleaseQuantity(java.lang.String value)
value - allowed object is
Stringpublic MaxAmount getMaxAmount()
MaxAmountpublic void setMaxAmount(MaxAmount value)
value - allowed object is
MaxAmountpublic MinAmount getMinAmount()
MinAmountpublic void setMinAmount(MinAmount value)
value - allowed object is
MinAmountpublic MaxReleaseAmount getMaxReleaseAmount()
MaxReleaseAmountpublic void setMaxReleaseAmount(MaxReleaseAmount value)
value - allowed object is
MaxReleaseAmountpublic MinReleaseAmount getMinReleaseAmount()
MinReleaseAmountpublic void setMinReleaseAmount(MinReleaseAmount value)
value - allowed object is
MinReleaseAmountpublic ItemOut getItemOut()
ItemOutCopyright © 2018 SAP SE. All Rights Reserved.