public class Invoice.MatchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
byCost |
Constructor and Description |
---|
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 MatchResult(MboRemote theReceipt, double theQty, double theCost)