Adding UI extensibility
[aai/sparky-be.git] / src / main / java / org / onap / aai / sparky / sync / entity / TransactionStorageType.java
@@ -20,7 +20,7 @@
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.onap.aai.sparky.synchronizer.entity;
+package org.onap.aai.sparky.sync.entity;
 
 /**
  * The Enum TransactionStorageType.
@@ -30,21 +30,6 @@ public enum TransactionStorageType {
       "aaiOffline/active-inventory-query");
 
   private Integer index;
-
-  /**
-   * @param index the index to set
-   */
-  public void setIndex(Integer index) {
-    this.index = index;
-  }
-
-  /**
-   * @param outputFolder the outputFolder to set
-   */
-  public void setOutputFolder(String outputFolder) {
-    this.outputFolder = outputFolder;
-  }
-
   private String outputFolder;
 
   /**