public class Distribution
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Accounting |
accounting |
protected Charge |
charge |
| Constructor and Description |
|---|
Distribution() |
| Modifier and Type | Method and Description |
|---|---|
Accounting |
getAccounting()
Gets the value of the accounting property.
|
Charge |
getCharge()
Gets the value of the charge property.
|
void |
setAccounting(Accounting value)
Sets the value of the accounting property.
|
void |
setCharge(Charge value)
Sets the value of the charge property.
|
protected Accounting accounting
protected Charge charge
public Accounting getAccounting()
Accountingpublic void setAccounting(Accounting value)
value - allowed object is
Accountingpublic Charge getCharge()
ChargeCopyright © 2018 SAP SE. All Rights Reserved.