Package com.centraview.account.payment

Examples of com.centraview.account.payment.PaymentListElement


          else
          {
            strEntity = new StringMember("Entity", null, 10, null, 'T', false);
          }

          PaymentListElement payListElement = new PaymentListElement(paymentID);

          payListElement.put("PaymentID", intPayID);
          payListElement.put("AmountPaid", dblAmount);
          payListElement.put("AppliedAmount", dblAppAmt);
          payListElement.put("UnAppliedAmount", dblUnAppAmt);
          payListElement.put("PaymentDate", paymentDt);
          payListElement.put("Reference", strReference);
          payListElement.put("PaymentMethod", strMethod);
          payListElement.put("EnteredBy", strEnteredBy);
          payListElement.put("Entity", strEntity);

          payListElement.put("IndividualID", intIndID);
          payListElement.put("EntityID", intEntID);

          StringBuffer stringbuffer = new StringBuffer("00000000000");
          stringbuffer.setLength(11);

          String s3 = (new Integer(i)).toString();
View Full Code Here

TOP

Related Classes of com.centraview.account.payment.PaymentListElement

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.