JAL-1807 still testing
[jalviewjs.git] / bin / jalview / datamodel / UniprotEntry.js
index 5b80f48..24b3ce2 100644 (file)
@@ -1,58 +1,58 @@
-Clazz.declarePackage ("jalview.datamodel");
-c$ = Clazz.decorateAsClass (function () {
-this.sequence = null;
-this.name = null;
-this.accession = null;
-this.feature = null;
-this.dbrefs = null;
-this.protName = null;
-Clazz.instantialize (this, arguments);
-}, jalview.datamodel, "UniprotEntry");
-Clazz.defineMethod (c$, "setAccession", 
-function (items) {
-this.accession = items;
-}, "java.util.Vector");
-Clazz.defineMethod (c$, "setFeature", 
-function (items) {
-this.feature = items;
-}, "java.util.Vector");
-Clazz.defineMethod (c$, "getFeature", 
-function () {
-return this.feature;
-});
-Clazz.defineMethod (c$, "getAccession", 
-function () {
-return this.accession;
-});
-Clazz.defineMethod (c$, "setProtein", 
-function (names) {
-this.protName = names;
-}, "jalview.datamodel.UniprotProteinName");
-Clazz.defineMethod (c$, "getProtein", 
-function () {
-return this.protName;
-});
-Clazz.defineMethod (c$, "setName", 
-function (na) {
-this.name = na;
-}, "java.util.Vector");
-Clazz.defineMethod (c$, "getName", 
-function () {
-return this.name;
-});
-Clazz.defineMethod (c$, "getUniprotSequence", 
-function () {
-return this.sequence;
-});
-Clazz.defineMethod (c$, "setUniprotSequence", 
-function (seq) {
-this.sequence = seq;
-}, "jalview.datamodel.UniprotSequence");
-Clazz.defineMethod (c$, "getDbReference", 
-function () {
-return this.dbrefs;
-});
-Clazz.defineMethod (c$, "setDbReference", 
-function (dbref) {
-this.dbrefs = dbref;
-}, "java.util.Vector");
+Clazz.declarePackage ("jalview.datamodel");\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.sequence = null;\r
+this.name = null;\r
+this.accession = null;\r
+this.feature = null;\r
+this.dbrefs = null;\r
+this.protName = null;\r
+Clazz.instantialize (this, arguments);\r
+}, jalview.datamodel, "UniprotEntry");\r
+Clazz.defineMethod (c$, "setAccession", \r
+function (items) {\r
+this.accession = items;\r
+}, "java.util.Vector");\r
+Clazz.defineMethod (c$, "setFeature", \r
+function (items) {\r
+this.feature = items;\r
+}, "java.util.Vector");\r
+Clazz.defineMethod (c$, "getFeature", \r
+function () {\r
+return this.feature;\r
+});\r
+Clazz.defineMethod (c$, "getAccession", \r
+function () {\r
+return this.accession;\r
+});\r
+Clazz.defineMethod (c$, "setProtein", \r
+function (names) {\r
+this.protName = names;\r
+}, "jalview.datamodel.UniprotProteinName");\r
+Clazz.defineMethod (c$, "getProtein", \r
+function () {\r
+return this.protName;\r
+});\r
+Clazz.defineMethod (c$, "setName", \r
+function (na) {\r
+this.name = na;\r
+}, "java.util.Vector");\r
+Clazz.defineMethod (c$, "getName", \r
+function () {\r
+return this.name;\r
+});\r
+Clazz.defineMethod (c$, "getUniprotSequence", \r
+function () {\r
+return this.sequence;\r
+});\r
+Clazz.defineMethod (c$, "setUniprotSequence", \r
+function (seq) {\r
+this.sequence = seq;\r
+}, "jalview.datamodel.UniprotSequence");\r
+Clazz.defineMethod (c$, "getDbReference", \r
+function () {\r
+return this.dbrefs;\r
+});\r
+Clazz.defineMethod (c$, "setDbReference", \r
+function (dbref) {\r
+this.dbrefs = dbref;\r
+}, "java.util.Vector");\r