comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flood_duration/FloodInfrastructure.java @ 9611:8ed6c45136fa

#20 UI
author dnt_bjoernsen <d.tironi@bjoernsen.de>
date Wed, 09 Oct 2019 15:58:46 +0200
parents
children 02ca823ec9c6
comparison
equal deleted inserted replaced
9610:020d4a595205 9611:8ed6c45136fa
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details.
7 */
8
9 package org.dive4elements.river.artifacts.sinfo.flood_duration;
10
11 import org.dive4elements.river.artifacts.states.DefaultState;
12
13 /**
14 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
15 */
16 public class FloodInfrastructure extends DefaultState {
17
18 private static final long serialVersionUID = 1L;
19
20 protected final String getDatakey() {
21 return "flood_infrastructure";
22 }
23
24 @Override
25 protected String getUIProvider() {
26
27 return "flood_infrastructure_panel";
28 }
29 }

http://dive4elements.wald.intevation.org