Package com.centraview.account.expense

Examples of com.centraview.account.expense.ExpenseListElement


          {
            strCreator =
              new StringMember("Creator", null, 10, null, 'T', false);
          }

          ExpenseListElement expListElement = new ExpenseListElement(expenseID);

          expListElement.put("ExpenseID", intExpID);
          expListElement.put("Amount", dblAmount);
          expListElement.put("Created", submitedDt);
          expListElement.put("Reference", strReference);
          expListElement.put("Status", strStatus);
          expListElement.put("Creator", strCreator);

          expListElement.put("IndividualID", intIndID);

          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.expense.ExpenseListElement

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.