public class Invoice.MatchResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
byCost |
| Constructor and Description |
|---|
Invoice.MatchResult(MboRemote theReceipt,
double theQty,
double theCost) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCost() |
double |
getQty() |
MboRemote |
getReceipt() |
void |
setCost(double costToBe) |
void |
setQty(double qtyToBe) |
void |
setReceipt(MboRemote receiptToBe) |
public Invoice.MatchResult(MboRemote theReceipt, double theQty, double theCost)