JAL-2505 remove setters for SequenceFeature.begin,end,type,featureGroup
[jalview.git] / src / jalview / datamodel / SequenceFeature.java
index 719cf52..fa29ffd 100755 (executable)
@@ -294,11 +294,6 @@ public class SequenceFeature implements FeatureLocationI
     return begin;
   }
 
-  public void setBegin(int start)
-  {
-    this.begin = start;
-  }
-
   /**
    * DOCUMENT ME!
    * 
@@ -310,11 +305,6 @@ public class SequenceFeature implements FeatureLocationI
     return end;
   }
 
-  public void setEnd(int end)
-  {
-    this.end = end;
-  }
-
   /**
    * DOCUMENT ME!
    * 
@@ -325,11 +315,6 @@ public class SequenceFeature implements FeatureLocationI
     return type;
   }
 
-  public void setType(String type)
-  {
-    this.type = type;
-  }
-
   /**
    * DOCUMENT ME!
    * 
@@ -350,11 +335,6 @@ public class SequenceFeature implements FeatureLocationI
     return featureGroup;
   }
 
-  public void setFeatureGroup(String featureGroup)
-  {
-    this.featureGroup = featureGroup;
-  }
-
   public void addLink(String labelLink)
   {
     if (links == null)