325326327328329330331
/** * Create an instance of {@link BusinessEntityExt } * */ public BusinessEntityExt createBusinessEntityExt() { return new BusinessEntityExt(); }
893894895896897898899
/** * Create an instance of {@link BusinessInfo } * */ public BusinessInfo createBusinessInfo() { return new BusinessInfo(); }
501502503504505506507
/** * Create an instance of {@link BusinessInfos } * */ public BusinessInfos createBusinessInfos() { return new BusinessInfos(); }
517518519520521522523
/** * Create an instance of {@link BusinessList } * */ public BusinessList createBusinessList() { return new BusinessList(); }
533534535536537538539
/** * Create an instance of {@link BusinessService } * */ public BusinessService createBusinessService() { return new BusinessService(); }
877878879880881882883
/** * Create an instance of {@link BusinessServices } * */ public BusinessServices createBusinessServices() { return new BusinessServices(); }
373374375376377378379
/** * Create an instance of {@link CategoryBag } * */ public CategoryBag createCategoryBag() { return new CategoryBag(); }
901902903904905906907
/** * Create an instance of {@link Contact } * */ public Contact createContact() { return new Contact(); }
565566567568569570571
/** * Create an instance of {@link Contacts } * */ public Contacts createContacts() { return new Contacts(); }
693694695696697698699
/** * Create an instance of {@link DeleteBinding } * */ public DeleteBinding createDeleteBinding() { return new DeleteBinding(); }