psdi.app.invoice

Class Invoice.MatchResult

  • java.lang.Object
    • psdi.app.invoice.Invoice.MatchResult
  • Enclosing class:
    Invoice


    public class Invoice.MatchResult
    extends java.lang.Object
    • Field Detail

      • byCost

        public boolean byCost
    • Constructor Detail

      • MatchResult

        public MatchResult(MboRemote theReceipt,
                           double theQty,
                           double theCost)
    • Method Detail

      • getQty

        public double getQty()
      • setQty

        public void setQty(double qtyToBe)
      • getCost

        public double getCost()
      • setCost

        public void setCost(double costToBe)
      • setReceipt

        public void setReceipt(MboRemote receiptToBe)