BusinessEntity business = dataStore.fetchBusiness(businessKey);
BusinessEntityExt businessExt = new BusinessEntityExt(business);
businessEntityExtVector.addElement(businessExt);
}
dataStore.commit();
// create a new BusinessDetailExt and stuff the Vector of
// new BusinessEntityExt instances into it.
BusinessDetailExt detailExt = new BusinessDetailExt();
detailExt.setGeneric(generic);