Allows saving of sequence description
authoramwaterhouse <Andrew Waterhouse>
Thu, 16 Feb 2006 15:44:31 +0000 (15:44 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 16 Feb 2006 15:44:31 +0000 (15:44 +0000)
src/jalview/binding/Feature.java

index 95d5192..5d0f79a 100755 (executable)
@@ -68,6 +68,11 @@ public class Feature implements java.io.Serializable {
      */\r
     private java.lang.String _status;\r
 \r
+    /**\r
+     * Field _featureGroup\r
+     */\r
+    private java.lang.String _featureGroup;\r
+\r
 \r
       //----------------/\r
      //- Constructors -/\r
@@ -134,6 +139,17 @@ public class Feature implements java.io.Serializable {
     } //-- int getEnd() \r
 \r
     /**\r
+     * Returns the value of field 'featureGroup'.\r
+     * \r
+     * @return String\r
+     * @return the value of field 'featureGroup'.\r
+     */\r
+    public java.lang.String getFeatureGroup()\r
+    {\r
+        return this._featureGroup;\r
+    } //-- java.lang.String getFeatureGroup() \r
+\r
+    /**\r
      * Returns the value of field 'status'.\r
      * \r
      * @return String\r
@@ -258,6 +274,16 @@ public class Feature implements java.io.Serializable {
     } //-- void setEnd(int) \r
 \r
     /**\r
+     * Sets the value of field 'featureGroup'.\r
+     * \r
+     * @param featureGroup the value of field 'featureGroup'.\r
+     */\r
+    public void setFeatureGroup(java.lang.String featureGroup)\r
+    {\r
+        this._featureGroup = featureGroup;\r
+    } //-- void setFeatureGroup(java.lang.String) \r
+\r
+    /**\r
      * Sets the value of field 'status'.\r
      * \r
      * @param status the value of field 'status'.\r