X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fjalview%2Fdatamodel%2FProvenanceEntry.js;h=1283717e8a6535cefb5e5207068c2bcf0d2838eb;hp=5077d90c4162e0de940dc6cc9ea789de043ed871;hb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/jalview/datamodel/ProvenanceEntry.js b/bin/jalview/datamodel/ProvenanceEntry.js index 5077d90..1283717 100644 --- a/bin/jalview/datamodel/ProvenanceEntry.js +++ b/bin/jalview/datamodel/ProvenanceEntry.js @@ -1,31 +1,31 @@ -Clazz.declarePackage ("jalview.datamodel"); -c$ = Clazz.decorateAsClass (function () { -this.user = null; -this.action = null; -this.id = null; -this.date = null; -Clazz.instantialize (this, arguments); -}, jalview.datamodel, "ProvenanceEntry"); -Clazz.makeConstructor (c$, -function (u, a, d, i) { -this.user = u; -this.action = a; -this.date = d; -this.id = i; -}, "~S,~S,java.util.Date,~S"); -Clazz.defineMethod (c$, "getUser", -function () { -return this.user; -}); -Clazz.defineMethod (c$, "getAction", -function () { -return this.action; -}); -Clazz.defineMethod (c$, "getDate", -function () { -return this.date; -}); -Clazz.defineMethod (c$, "getID", -function () { -return this.id; -}); +Clazz.declarePackage ("jalview.datamodel"); +c$ = Clazz.decorateAsClass (function () { +this.user = null; +this.action = null; +this.id = null; +this.date = null; +Clazz.instantialize (this, arguments); +}, jalview.datamodel, "ProvenanceEntry"); +Clazz.makeConstructor (c$, +function (u, a, d, i) { +this.user = u; +this.action = a; +this.date = d; +this.id = i; +}, "~S,~S,java.util.Date,~S"); +Clazz.defineMethod (c$, "getUser", +function () { +return this.user; +}); +Clazz.defineMethod (c$, "getAction", +function () { +return this.action; +}); +Clazz.defineMethod (c$, "getDate", +function () { +return this.date; +}); +Clazz.defineMethod (c$, "getID", +function () { +return this.id; +});