/** @param listTable the listTable to set */ @Resource(name = "hazardTable") public void setListTable(Table listTable) { super.setListTable(listTable); }
/** @param hazardService the hazardService to set */ @Resource(name = "hazardService") public void setMainService(GenericService<Hazard> hazardService) { super.setMainService(hazardService); }
/** @param formDecorator the formDecorator to set */ @Resource(name = "hazardFormDecorator") public void setFormDecorator(CRUDFormDecorator formDecorator) { super.setFormDecorator(formDecorator); }
/** @param typeService the typeService to set */ @Resource(name = "typeService") public void setTypeService(GenericService<Type> typeService) { super.setMainService(typeService); }