Merge branch 'develop' of https://source.jalview.org/git/jalview.git into develop
[jalview.git] / src / jalview / datamodel / PDBEntry.java
index 0c28c95..98c78fc 100755 (executable)
@@ -125,6 +125,10 @@ public class PDBEntry
     return file;
   }
 
+  public void setType(String t)
+  {
+    this.type = t;
+  }
   public void setType(PDBEntry.Type type)
   {
     this.type = type.toString();