e.printStackTrace();
} // end of catch block (Exception)
} // end of while loop (st.hasMoreTokens())
} // end of if statement (newItemID != null && !newItemID.equals(""))
itemLines.calculate();
proposalVO.setItemLines(itemLines);
return proposalVO;
} // end of calculateProposalItems method
/**