X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbinding%2FFeature.java;h=5d0f79a7d1dbfcde8d2ba4c9d67e5e831b57d9ab;hb=c39e588784c0fbb64c7dabfcae8db4faedde10e6;hp=95d5192af981c1c620ab6dfd039795282bd8862d;hpb=55e2e9b22b133db8b9ff0979b0338a33081fc8fd;p=jalview.git 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'.