comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/tkhstate/WinfoArtifactWrapper.java @ 9145:e6b63b2b41b9

sinfo.flood_duration pdf, csv, ui
author gernotbelger
date Tue, 12 Jun 2018 10:23:23 +0200
parents 9c02733a1b3c
children
comparison
equal deleted inserted replaced
9144:7879c2ca8bd3 9145:e6b63b2b41b9
20 * Ugly wrapper around WINfoArtifact in order to a) not to break serialization of WInfoArtifact b) be able to copy data 20 * Ugly wrapper around WINfoArtifact in order to a) not to break serialization of WInfoArtifact b) be able to copy data
21 * into it. 21 * into it.
22 * 22 *
23 * @author Gernot Belger 23 * @author Gernot Belger
24 */ 24 */
25 class WinfoArtifactWrapper extends WINFOArtifact { 25 public final class WinfoArtifactWrapper extends WINFOArtifact {
26 26
27 private static final long serialVersionUID = 1L; 27 private static final long serialVersionUID = 1L;
28 28
29 public WinfoArtifactWrapper(final D4EArtifact dataSource) { 29 public WinfoArtifactWrapper(final D4EArtifact dataSource) {
30 final Collection<StateData> allData = dataSource.getAllData(); 30 final Collection<StateData> allData = dataSource.getAllData();

http://dive4elements.wald.intevation.org