comparison backend/src/main/java/org/dive4elements/river/importer/common/AbstractSeriesImport.java @ 9038:4c5eeaff554c

Database column "comment" renamed to "notes" (restrictions in Oracle)
author mschaefer
date Wed, 02 May 2018 06:56:21 +0200
parents ae76f618d990
children a2a42a6bac6b
comparison
equal deleted inserted replaced
9037:1574ce45c98d 9038:4c5eeaff554c
35 */ 35 */
36 protected String filename; 36 protected String filename;
37 37
38 protected String kmrange_info; 38 protected String kmrange_info;
39 39
40 protected String comment; 40 protected String notes;
41 41
42 protected final List<KMLINE> values; 42 protected final List<KMLINE> values;
43 43
44 protected SERIES peer; 44 protected SERIES peer;
45 45
85 85
86 public void setKmrange_info(final String kmrange_info) { 86 public void setKmrange_info(final String kmrange_info) {
87 this.kmrange_info = kmrange_info; 87 this.kmrange_info = kmrange_info;
88 } 88 }
89 89
90 public String getComment() { 90 public String getNotes() {
91 return this.comment; 91 return this.notes;
92 } 92 }
93 93
94 public void setComment(final String comment) { 94 public void setNotes(final String notes) {
95 this.comment = comment; 95 this.notes = notes;
96 } 96 }
97 97
98 public int getValueCount() { 98 public int getValueCount() {
99 return this.values.size(); 99 return this.values.size();
100 } 100 }

http://dive4elements.wald.intevation.org