Added Junits for POLICY-SDK-APP
[policy/engine.git] / POLICY-SDK-APP / src / main / java / org / onap / policy / controller / CreateFirewallController.java
index ed0bf4c..9832f58 100644 (file)
@@ -90,6 +90,14 @@ public class CreateFirewallController extends RestrictedBaseController {
        
        private static CommonClassDao commonClassDao;
 
+       public static CommonClassDao getCommonClassDao() {
+               return commonClassDao;
+       }
+
+       public static void setCommonClassDao(CommonClassDao commonClassDao) {
+               CreateFirewallController.commonClassDao = commonClassDao;
+       }
+       
        private List<String> tagCollectorList;
        private String jsonBody;
        List<String> expandablePrefixIPList = new ArrayList<>();