X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FUniprotEntry.java;h=b963022aa3dd2cd60010316d53f030b644be659e;hb=1698842ec6755d1995dae7c1a590efbfc8f6e4d5;hp=77541484e4ec39fc633497c4fbe763686e1c1884;hpb=174230b4233d9ce80f94527768d2cd2f76da11ab;p=jalview.git diff --git a/src/jalview/datamodel/UniprotEntry.java b/src/jalview/datamodel/UniprotEntry.java index 7754148..b963022 100755 --- a/src/jalview/datamodel/UniprotEntry.java +++ b/src/jalview/datamodel/UniprotEntry.java @@ -1,6 +1,6 @@ /* * Jalview - A Sequence Alignment Editor and Viewer - * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle + * Copyright (C) 2007 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -37,34 +37,34 @@ public class UniprotEntry public void setFeature(Vector items) { - feature = items; - } - - public Vector getFeature() { - return feature; - } - + feature = items; + } - public Vector getAccession() - { - return accession; - } + public Vector getFeature() + { + return feature; + } - public void setProtein(UniprotProteinName names) - { - protName = names; - } + public Vector getAccession() + { + return accession; + } + public void setProtein(UniprotProteinName names) + { + protName = names; + } - public UniprotProteinName getProtein() - { - return protName; - } + public UniprotProteinName getProtein() + { + return protName; + } public void setName(Vector na) { name = na; } + public Vector getName() { return name; @@ -87,7 +87,7 @@ public class UniprotEntry public void setDbReference(Vector dbref) { - this.dbrefs = dbref; + this.dbrefs = dbref; } }