public class AnnualRevenue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected MaxAmount |
maxAmount |
protected MinAmount |
minAmount |
| Constructor and Description |
|---|
AnnualRevenue() |
| Modifier and Type | Method and Description |
|---|---|
MaxAmount |
getMaxAmount()
Gets the value of the maxAmount property.
|
MinAmount |
getMinAmount()
Gets the value of the minAmount property.
|
void |
setMaxAmount(MaxAmount value)
Sets the value of the maxAmount property.
|
void |
setMinAmount(MinAmount value)
Sets the value of the minAmount property.
|
public MinAmount getMinAmount()
MinAmountpublic void setMinAmount(MinAmount value)
value - allowed object is
MinAmountpublic MaxAmount getMaxAmount()
MaxAmountCopyright © 2018 SAP SE. All Rights Reserved.