From 3f60a9f8e22eb10e28495d59200166a8e3111e30 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Thu, 16 Feb 2006 15:44:31 +0000 Subject: [PATCH] Allows saving of sequence description --- src/jalview/binding/Feature.java | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/jalview/binding/Feature.java b/src/jalview/binding/Feature.java index 95d5192..5d0f79a 100755 --- a/src/jalview/binding/Feature.java +++ b/src/jalview/binding/Feature.java @@ -68,6 +68,11 @@ public class Feature implements java.io.Serializable { */ private java.lang.String _status; + /** + * Field _featureGroup + */ + private java.lang.String _featureGroup; + //----------------/ //- Constructors -/ @@ -134,6 +139,17 @@ public class Feature implements java.io.Serializable { } //-- int getEnd() /** + * Returns the value of field 'featureGroup'. + * + * @return String + * @return the value of field 'featureGroup'. + */ + public java.lang.String getFeatureGroup() + { + return this._featureGroup; + } //-- java.lang.String getFeatureGroup() + + /** * Returns the value of field 'status'. * * @return String @@ -258,6 +274,16 @@ public class Feature implements java.io.Serializable { } //-- void setEnd(int) /** + * Sets the value of field 'featureGroup'. + * + * @param featureGroup the value of field 'featureGroup'. + */ + public void setFeatureGroup(java.lang.String featureGroup) + { + this._featureGroup = featureGroup; + } //-- void setFeatureGroup(java.lang.String) + + /** * Sets the value of field 'status'. * * @param status the value of field 'status'. -- 1.7.10.2