JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / bin / jalview / datamodel / UniprotFile.js
1 Clazz.declarePackage ("jalview.datamodel");\r
2 c$ = Clazz.decorateAsClass (function () {\r
3 this._items = null;\r
4 Clazz.instantialize (this, arguments);\r
5 }, jalview.datamodel, "UniprotFile");\r
6 Clazz.defineMethod (c$, "setUniprotEntries", \r
7 function (items) {\r
8 this._items = items;\r
9 }, "java.util.Vector");\r
10 Clazz.defineMethod (c$, "getUniprotEntries", \r
11 function () {\r
12 return this._items;\r
13 });\r