JAL-1739 added svid - serial version id to hold version info for all the json objects
[jalview.git] / src / jalview / json / binding / v1 / SequenceFeaturesPojo.java
index c69d811..f55be46 100644 (file)
@@ -5,6 +5,7 @@ import java.util.Vector;
 
 public class SequenceFeaturesPojo
 {
+  private String svid = "1.0";
 
   private int xstart;
 
@@ -134,4 +135,10 @@ public class SequenceFeaturesPojo
   {
     this.sequenceRef = sequenceRef;
   }
+
+  public String getSvid()
+  {
+    return svid;
+  }
+
 }