IntMember parent =
new IntMember("LocationParent",
Integer.parseInt((hm.get("locationid")).toString()), 10, "", 'T',
false, 10);
LocationListElement listElement = new LocationListElement(id);
listElement.put("LocationID", intListID);
listElement.put("Name", strName);
listElement.put("LocationParent", parent);
list.add(listElement);
}
catch (Exception e)
{