Add DAO Enabled Tosca Model
[policy/models.git] / models-base / src / test / java / org / onap / policy / models / base / testconcepts / DummyPfKey.java
@@ -18,7 +18,7 @@
  * ============LICENSE_END=========================================================
  */
 
-package org.onap.policy.models.base.testpojos;
+package org.onap.policy.models.base.testconcepts;
 
 import java.util.Arrays;
 import java.util.List;
@@ -40,6 +40,11 @@ public class DummyPfKey  extends PfKey {
         return null;
     }
 
+    @Override
+    public boolean isNullKey() {
+        return false;
+    }
+
     @Override
     public Compatibility getCompatibility(PfKey otherKey) {
         return null;