1 package jalview.datamodel;
\r
4 public class PDBEntry
\r
8 Hashtable properties;
\r
13 public void setType(String type)
\r
14 { this.type = type; }
\r
16 public String getType()
\r
19 public void setId(String id)
\r
22 public String getId()
\r
25 public void setProperty(Hashtable property)
\r
27 this.properties = property;
\r
30 public Hashtable getProperty()
\r