Save sequence description in VAMSAS sequence
authoramwaterhouse <Andrew Waterhouse>
Wed, 15 Feb 2006 15:19:49 +0000 (15:19 +0000)
committeramwaterhouse <Andrew Waterhouse>
Wed, 15 Feb 2006 15:19:49 +0000 (15:19 +0000)
src/jalview/binding/SequenceType.java

index 3a935e4..1c66a2a 100755 (executable)
@@ -39,6 +39,11 @@ public class SequenceType implements java.io.Serializable {
     private java.lang.String _id;\r
 \r
     /**\r
+     * Field _description\r
+     */\r
+    private java.lang.String _description;\r
+\r
+    /**\r
      * Field _sequence\r
      */\r
     private java.lang.String _sequence;\r
@@ -63,6 +68,17 @@ public class SequenceType implements java.io.Serializable {
     //-----------/\r
 \r
     /**\r
+     * Returns the value of field 'description'.\r
+     * \r
+     * @return String\r
+     * @return the value of field 'description'.\r
+     */\r
+    public java.lang.String getDescription()\r
+    {\r
+        return this._description;\r
+    } //-- java.lang.String getDescription() \r
+\r
+    /**\r
      * Returns the value of field 'id'.\r
      * \r
      * @return String\r
@@ -142,6 +158,16 @@ public class SequenceType implements java.io.Serializable {
     } //-- void marshal(org.xml.sax.ContentHandler) \r
 \r
     /**\r
+     * Sets the value of field 'description'.\r
+     * \r
+     * @param description the value of field 'description'.\r
+     */\r
+    public void setDescription(java.lang.String description)\r
+    {\r
+        this._description = description;\r
+    } //-- void setDescription(java.lang.String) \r
+\r
+    /**\r
      * Sets the value of field 'id'.\r
      * \r
      * @param id the value of field 'id'.\r