stockPurchase.set("quantity", new Integer(sp.getStock().getQuantity()));
stockPurchase.set("purchasePrice", new Float(11.00));
// String type = stockPurchase.getType().getProperty("purchaseDate").getType().toString();
stockPurchase.setDate("purchaseDate", new Date());
das.applyChanges(root);
}
public CustomerProfileData testgetCustomerByLoginIDThroughDASRead(final String logonID) throws Exception {
InputStream mapping = createConfigStream();
Connection conn = createConnection();