annotate gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoObject.java @ 8870:c26fb37899ca

Introduced groups for modules. Modules marked with the same group-id, will be put together in the ui. Also using now the localization info from the server instead of localizing the modules again on the client side.
author gernotbelger
date Wed, 07 Feb 2018 11:59:13 +0100
parents e062d3afd682
children
rev   line source
5861
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
2 * Software engineering by Intevation GmbH
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
3 *
5993
ea9eef426962 Removed trailing whitespace.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5861
diff changeset
4 * This file is Free Software under the GNU AGPL (>=v3)
5861
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
5993
ea9eef426962 Removed trailing whitespace.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5861
diff changeset
6 * documentation coming with Dive4Elements River for details.
5861
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
7 */
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
8
5835
821a02bbfb4e Fixed internal java dependencies
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5834
diff changeset
9 package org.dive4elements.river.client.shared.model;
4298
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
10
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
11 import java.io.Serializable;
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
12
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
13
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
14 /**
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
15 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
16 */
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
17 public interface SedimentLoadInfoObject extends Serializable {
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
18
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
19 String getDescription();
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
20
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
21 String getDate();
8230
f54c4b858213 (issue1448) Extend SedimentLoadInfo request to handle sq time intervals
Andre Heinecke <andre.heinecke@intevation.de>
parents: 5993
diff changeset
22
f54c4b858213 (issue1448) Extend SedimentLoadInfo request to handle sq time intervals
Andre Heinecke <andre.heinecke@intevation.de>
parents: 5993
diff changeset
23 String getSQTiDate();
f54c4b858213 (issue1448) Extend SedimentLoadInfo request to handle sq time intervals
Andre Heinecke <andre.heinecke@intevation.de>
parents: 5993
diff changeset
24
f54c4b858213 (issue1448) Extend SedimentLoadInfo request to handle sq time intervals
Andre Heinecke <andre.heinecke@intevation.de>
parents: 5993
diff changeset
25 String getSQTiId();
4298
1f98a3a89e13 New client side service for sediment load infos.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
26 }
8792
e062d3afd682 Add missing newlines at end of file.
Tom Gottfried <tom@intevation.de>
parents: 8230
diff changeset
27 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org