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