public class VoucherEntry extends Object
| Constructor and Description |
|---|
VoucherEntry(AbstractOrderEntry anOrderEntry,
long quantity,
Unit aUnit)
Creates a new instance of
VoucherEntry. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AbstractOrderEntry |
getOrderEntry() |
long |
getQuantity() |
Unit |
getUnit() |
int |
hashCode() |
void |
setQuantity(long quantity) |
public VoucherEntry(AbstractOrderEntry anOrderEntry, long quantity, Unit aUnit)
VoucherEntry.public AbstractOrderEntry getOrderEntry()
public long getQuantity()
public Unit getUnit()
public void setQuantity(long quantity)
Copyright © 2017 SAP SE. All Rights Reserved.