JAL-1807 still testing
[jalviewjs.git] / bin / jalview / datamodel / PDBEntry.js
index e153399..e52f785 100644 (file)
@@ -1,88 +1,88 @@
-Clazz.declarePackage ("jalview.datamodel");
-Clazz.load (["java.lang.Enum"], "jalview.datamodel.PDBEntry", null, function () {
-c$ = Clazz.decorateAsClass (function () {
-this.file = null;
-this.type = null;
-this.id = null;
-this.chainCode = null;
-this.properties = null;
-Clazz.instantialize (this, arguments);
-}, jalview.datamodel, "PDBEntry");
-Clazz.overrideMethod (c$, "equals", 
-function (obj) {
-if (obj == null || !(Clazz.instanceOf (obj, jalview.datamodel.PDBEntry))) {
-return false;
-}if (obj === this) {
-return true;
-}var o = obj;
-return (this.type === o.type || (this.type != null && o.type != null && o.type.equals (this.type))) && (this.id === o.id || (this.id != null && o.id != null && o.id.equalsIgnoreCase (this.id))) && (this.chainCode === o.chainCode || (this.chainCode != null && o.chainCode != null && o.chainCode.equalsIgnoreCase (this.chainCode))) && (this.properties === o.properties || (this.properties != null && o.properties != null && this.properties.equals (o.properties)));
-}, "~O");
-Clazz.makeConstructor (c$, 
-function () {
-});
-Clazz.makeConstructor (c$, 
-function (pdbId, chain, type, filePath) {
-this.id = pdbId;
-this.chainCode = chain;
-this.type = type == null ? null : type.toString ();
-this.file = filePath;
-}, "~S,~S,jalview.datamodel.PDBEntry.Type,~S");
-Clazz.makeConstructor (c$, 
-function (entry) {
-this.file = entry.file;
-this.type = entry.type;
-this.id = entry.id;
-this.chainCode = entry.chainCode;
-if (entry.properties != null) {
-this.properties = entry.properties.clone ();
-}}, "jalview.datamodel.PDBEntry");
-Clazz.defineMethod (c$, "setFile", 
-function (file) {
-this.file = file;
-}, "~S");
-Clazz.defineMethod (c$, "getFile", 
-function () {
-return this.file;
-});
-Clazz.defineMethod (c$, "setType", 
-function (t) {
-this.type = t;
-}, "~S");
-Clazz.defineMethod (c$, "setType", 
-function (type) {
-this.type = type == null ? null : type.toString ();
-}, "jalview.datamodel.PDBEntry.Type");
-Clazz.defineMethod (c$, "getType", 
-function () {
-return this.type;
-});
-Clazz.defineMethod (c$, "setId", 
-function (id) {
-this.id = id;
-}, "~S");
-Clazz.defineMethod (c$, "getId", 
-function () {
-return this.id;
-});
-Clazz.defineMethod (c$, "setProperty", 
-function (property) {
-this.properties = property;
-}, "java.util.Hashtable");
-Clazz.defineMethod (c$, "getProperty", 
-function () {
-return this.properties;
-});
-Clazz.defineMethod (c$, "getChainCode", 
-function () {
-return this.chainCode;
-});
-Clazz.defineMethod (c$, "setChainCode", 
-function (chainCode) {
-this.chainCode = chainCode;
-}, "~S");
-Clazz.pu$h ();
-c$ = Clazz.declareType (jalview.datamodel.PDBEntry, "Type", Enum);
-Clazz.defineEnumConstant (c$, "PDB", 0, []);
-Clazz.defineEnumConstant (c$, "FILE", 1, []);
-c$ = Clazz.p0p ();
-});
+Clazz.declarePackage ("jalview.datamodel");\r
+Clazz.load (["java.lang.Enum"], "jalview.datamodel.PDBEntry", null, function () {\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.file = null;\r
+this.type = null;\r
+this.id = null;\r
+this.chainCode = null;\r
+this.properties = null;\r
+Clazz.instantialize (this, arguments);\r
+}, jalview.datamodel, "PDBEntry");\r
+Clazz.overrideMethod (c$, "equals", \r
+function (obj) {\r
+if (obj == null || !(Clazz.instanceOf (obj, jalview.datamodel.PDBEntry))) {\r
+return false;\r
+}if (obj === this) {\r
+return true;\r
+}var o = obj;\r
+return (this.type === o.type || (this.type != null && o.type != null && o.type.equals (this.type))) && (this.id === o.id || (this.id != null && o.id != null && o.id.equalsIgnoreCase (this.id))) && (this.chainCode === o.chainCode || (this.chainCode != null && o.chainCode != null && o.chainCode.equalsIgnoreCase (this.chainCode))) && (this.properties === o.properties || (this.properties != null && o.properties != null && this.properties.equals (o.properties)));\r
+}, "~O");\r
+Clazz.makeConstructor (c$, \r
+function () {\r
+});\r
+Clazz.makeConstructor (c$, \r
+function (pdbId, chain, type, filePath) {\r
+this.id = pdbId;\r
+this.chainCode = chain;\r
+this.type = type == null ? null : type.toString ();\r
+this.file = filePath;\r
+}, "~S,~S,jalview.datamodel.PDBEntry.Type,~S");\r
+Clazz.makeConstructor (c$, \r
+function (entry) {\r
+this.file = entry.file;\r
+this.type = entry.type;\r
+this.id = entry.id;\r
+this.chainCode = entry.chainCode;\r
+if (entry.properties != null) {\r
+this.properties = entry.properties.clone ();\r
+}}, "jalview.datamodel.PDBEntry");\r
+Clazz.defineMethod (c$, "setFile", \r
+function (file) {\r
+this.file = file;\r
+}, "~S");\r
+Clazz.defineMethod (c$, "getFile", \r
+function () {\r
+return this.file;\r
+});\r
+Clazz.defineMethod (c$, "setType", \r
+function (t) {\r
+this.type = t;\r
+}, "~S");\r
+Clazz.defineMethod (c$, "setType", \r
+function (type) {\r
+this.type = type == null ? null : type.toString ();\r
+}, "jalview.datamodel.PDBEntry.Type");\r
+Clazz.defineMethod (c$, "getType", \r
+function () {\r
+return this.type;\r
+});\r
+Clazz.defineMethod (c$, "setId", \r
+function (id) {\r
+this.id = id;\r
+}, "~S");\r
+Clazz.defineMethod (c$, "getId", \r
+function () {\r
+return this.id;\r
+});\r
+Clazz.defineMethod (c$, "setProperty", \r
+function (property) {\r
+this.properties = property;\r
+}, "java.util.Hashtable");\r
+Clazz.defineMethod (c$, "getProperty", \r
+function () {\r
+return this.properties;\r
+});\r
+Clazz.defineMethod (c$, "getChainCode", \r
+function () {\r
+return this.chainCode;\r
+});\r
+Clazz.defineMethod (c$, "setChainCode", \r
+function (chainCode) {\r
+this.chainCode = chainCode;\r
+}, "~S");\r
+Clazz.pu$h ();\r
+c$ = Clazz.declareType (jalview.datamodel.PDBEntry, "Type", Enum);\r
+Clazz.defineEnumConstant (c$, "PDB", 0, []);\r
+Clazz.defineEnumConstant (c$, "FILE", 1, []);\r
+c$ = Clazz.p0p ();\r
+});\r