comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/minfo/SedimentLoad.java @ 4483:cc6323401643

Cosmetics: Removed some WSP, obsolete imports. Documentation added.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 13 Nov 2012 16:52:01 +0100
parents 3937c6a85db4
children 17d896822d70
comparison
equal deleted inserted replaced
4482:b5624ef2808f 4483:cc6323401643
15 protected String description; 15 protected String description;
16 protected Date start; 16 protected Date start;
17 protected Date end; 17 protected Date end;
18 protected boolean isEpoch; 18 protected boolean isEpoch;
19 19
20 /** Maps kms. */
20 protected HashMap<Double, SedimentLoadFraction> kms; 21 protected HashMap<Double, SedimentLoadFraction> kms;
21 22
22 public SedimentLoad() { 23 public SedimentLoad() {
23 kms = new HashMap<Double, SedimentLoadFraction>(); 24 kms = new HashMap<Double, SedimentLoadFraction>();
24 } 25 }
158 f.setTotal(total); 159 f.setTotal(total);
159 kms.put(km, f); 160 kms.put(km, f);
160 } 161 }
161 } 162 }
162 } 163 }
164 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org