Add getID() to NeutronRouter_Interface 48/10648/1
authorFlavio Fernandes <ffernand@redhat.com>
Tue, 2 Sep 2014 19:25:06 +0000 (15:25 -0400)
committerFlavio Fernandes <ffernand@redhat.com>
Tue, 2 Sep 2014 19:25:06 +0000 (15:25 -0400)
Change-Id: Ie0afb1b2d09521913dc3877be6f92000db0d6cdd
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
opendaylight/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronRouter_Interface.java

index e2df13b9aa859d739114b72b89cb1072e891bd9f..c7ae4eb1726e33d82213f5bced6064eb68a79a52 100644 (file)
@@ -59,6 +59,10 @@ public class NeutronRouter_Interface implements Serializable {
         this.portUUID = portUUID;
     }
 
         this.portUUID = portUUID;
     }
 
+    public String getID() {
+        return id;
+    }
+
     public void setID(String id) {
         this.id = id;
     }
     public void setID(String id) {
         this.id = id;
     }