header updated
[jalview.git] / src / jalview / datamodel / PDBEntry.java
index 356a75f..20fd3f0 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -21,6 +21,7 @@ package jalview.datamodel;
 import java.util.*;\r
 public class PDBEntry\r
 {\r
+  String file;\r
   String type;\r
   String id;\r
   Hashtable properties;\r
@@ -28,6 +29,12 @@ public class PDBEntry
   public PDBEntry()\r
   {  }\r
 \r
+  public void setFile(String file)\r
+  { this.file = file; }\r
+\r
+  public String getFile()\r
+  {  return file; }\r
+\r
   public void setType(String type)\r
   { this.type = type; }\r
 \r