Add the EMS data transformation function.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / entity / aai / EsrEms.java
index 3bff6a0..e8c402e 100644 (file)
@@ -20,10 +20,6 @@ public class EsrEms {
 
   private String emsId;
   
-  private Boolean passive;
-  
-  private String remotePath;
-  
   private String resouceVersion;
   
   private EsrSystemInfoList esrSystemInfoList;
@@ -36,22 +32,6 @@ public class EsrEms {
     this.emsId = emsId;
   }
 
-  public Boolean getPassive() {
-    return passive;
-  }
-
-  public void setPassive(Boolean passive) {
-    this.passive = passive;
-  }
-
-  public String getRemotePath() {
-    return remotePath;
-  }
-
-  public void setRemotePath(String remotePath) {
-    this.remotePath = remotePath;
-  }
-
   public EsrSystemInfoList getEsrSystemInfoList() {
     return esrSystemInfoList;
   }