StringMember strParentAccount =
new StringMember("ParentAccount", (String) hm.get("ParentAccount"),
10, "", 'T', false);
GLAccountListElement glListElement =
new GLAccountListElement(glAccID);
glListElement.put("GLAccountsID", strGLAccountID);
glListElement.put("Name", strName);
glListElement.put("Type", strType);
glListElement.put("Balance", dblBalance);
glListElement.put("ParentAccount", strParentAccount);
StringBuffer stringbuffer = new StringBuffer("00000000000");
stringbuffer.setLength(11);
String s3 = (new Integer(i)).toString();