{
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();