public class VoucherEntry
extends java.lang.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(java.lang.Object o) |
AbstractOrderEntry |
getOrderEntry() |
long |
getQuantity() |
Unit |
getUnit() |
int |
hashCode() |
void |
setQuantity(long quantity) |
public VoucherEntry(AbstractOrderEntry anOrderEntry, long quantity, Unit aUnit)
VoucherEntry.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic AbstractOrderEntry getOrderEntry()
public long getQuantity()
public Unit getUnit()
public int hashCode()
hashCode in class java.lang.Objectpublic void setQuantity(long quantity)
Copyright © 2018 SAP SE. All Rights Reserved.