示例#1
0
 /** @param hazardService the hazardService to set */
 @Resource(name = "hazardService")
 public void setMainService(GenericService<Hazard> hazardService) {
   super.setMainService(hazardService);
 }
示例#2
0
 /** @param typeService the typeService to set */
 @Resource(name = "typeService")
 public void setTypeService(GenericService<Type> typeService) {
   super.setMainService(typeService);
 }