new StringMember("Manufacturer", (String) hm.get("manufacturer"),
10, "", 'T', false);
}
//Added by shilpa ends here
ItemListElement listElement = new ItemListElement(id);
listElement.put("ItemID", intListID);
listElement.put("SKU", strSku);
listElement.put("Name", strName);
// listElement .put("Category", strCatagory);
listElement.put("Type", strType);
listElement.put("Price", price);
listElement.put("OnHand", intQty);
listElement.put("TaxClass", strtaxClass);
listElement.put("TaxClassID", intTaxClassID);
listElement.put("Cost", cost);
//Added By Shilpa
listElement.put("VendorID", vendorID);
listElement.put("Vendor", strVendor);
listElement.put("Manufacturer", strManufacturer);
listElement.put("ManufacturerID", manufacturerID);
//Added By Shilpa ends here
StringBuffer stringbuffer = new StringBuffer("00000000000");
stringbuffer.setLength(11);