Adding UI extensibility
[aai/sparky-be.git] / src / main / java / org / onap / aai / sparky / sync / entity / MergableEntity.java
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.onap.aai.sparky.synchronizer.entity;
-
-import com.fasterxml.jackson.annotation.JsonAnyGetter;
-import com.fasterxml.jackson.annotation.JsonAnySetter;
+package org.onap.aai.sparky.sync.entity;
 
 import java.util.HashMap;
 import java.util.Map;
 
+import com.fasterxml.jackson.annotation.JsonAnyGetter;
+import com.fasterxml.jackson.annotation.JsonAnySetter;
+
 /**
  * The Class MergableEntity.
  */
 public class MergableEntity {
   private Map<String, String> other = new HashMap<String, String>();
 
-  /**
-   * @param other the other to set
-   */
-  public void setOther(Map<String, String> other) {
-    this.other = other;
-  }
-
   /**
    * Any.
    *
@@ -51,10 +44,6 @@ public class MergableEntity {
     return other;
   }
 
-  public Map<String, String> getOther() {
-    return other;
-  }
-
   /**
    * Sets the.
    *