Port champ-microservice project restructure
[aai/champ.git] / champ-lib / champ-core / src / main / java / org / onap / aai / champcore / model / ChampElement.java
@@ -19,7 +19,9 @@
  * ============LICENSE_END============================================
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.onap.aai.champ.model;
+package org.onap.aai.champcore.model;
+
+import java.util.Map;
 
 public interface ChampElement {
 
@@ -28,4 +30,6 @@ public interface ChampElement {
 
        public boolean isRelationship();
        public ChampRelationship asRelationship();
+
+       public Map<String, Object> getProperties();
 }