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