comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoRecord.java @ 8234:b6371be363b1

(issue1448) Carry sq_ti_date in artifact description anf fix sqtipanel The sq ti panel no longer inherits from SQOffEpoch panel as it is now to different for that to make sense. This commit also implements createOld for the SQ Ti panel.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 08 Sep 2014 17:52:52 +0200
parents f54c4b858213
children
comparison
equal deleted inserted replaced
8233:e3fdca2c4850 8234:b6371be363b1
31 public void setDate(String date) { 31 public void setDate(String date) {
32 setAttribute("date", date); 32 setAttribute("date", date);
33 } 33 }
34 34
35 public void setSQTiDate(String date) { 35 public void setSQTiDate(String date) {
36 setAttribute("sq_date", date); 36 setAttribute("sq_ti_date", date);
37 } 37 }
38 38
39 public void setSQTiId(String id) { 39 public void setSQTiId(String id) {
40 setAttribute("sq_ti_id", id); 40 setAttribute("sq_ti_id", id);
41 } 41 }
51 public String getSQTiId() { 51 public String getSQTiId() {
52 return getAttribute("sq_ti_id"); 52 return getAttribute("sq_ti_id");
53 } 53 }
54 54
55 public String getSQTiDate() { 55 public String getSQTiDate() {
56 return getAttribute("sq_date"); 56 return getAttribute("sq_ti_date");
57 } 57 }
58 } 58 }

http://dive4elements.wald.intevation.org