// create a new BusinessInfos instance and stuff
// the new Vector of BusinessInfos into it.
RelatedBusinessInfos infos = new RelatedBusinessInfos();
infos.setRelatedBusinessInfoVector(infoVector);
dataStore.commit();
// create a new RelatedBusinessesList instance and
// stuff the new relatedBusinessInfoVector into it.
RelatedBusinessesList list = new RelatedBusinessesList();
list.setGeneric(generic);