public class SpecialHandlingAmount
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected Money |
money |
| Constructor and Description |
|---|
SpecialHandlingAmount() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
Money |
getMoney()
Gets the value of the money property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setMoney(Money value)
Sets the value of the money property.
|
protected Money money
protected Description description
public Money getMoney()
Moneypublic void setMoney(Money value)
value - allowed object is
Moneypublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
DescriptionCopyright © 2018 SAP SE. All Rights Reserved.