public static class DefaultCancellationController.CancelEntryDetails extends Object
| Constructor and Description |
|---|
CancelEntryDetails(TypedObject entry,
long quantity,
CancelReason reason,
String notes) |
| Modifier and Type | Method and Description |
|---|---|
TypedObject |
getEntry() |
String |
getNotes() |
long |
getQuantity() |
CancelReason |
getReason() |
public CancelEntryDetails(TypedObject entry, long quantity, CancelReason reason, String notes)
public TypedObject getEntry()
public CancelReason getReason()
public long getQuantity()
public String getNotes()
Copyright © 2017 SAP SE. All Rights Reserved.