comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/SedimentLoadInfoObject.java @ 4298:1f98a3a89e13

New client side service for sediment load infos. The service requests an sediment load overview and creates info objects for the received data.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 29 Oct 2012 13:13:23 +0100
parents
children
comparison
equal deleted inserted replaced
4297:6d44914b2dd4 4298:1f98a3a89e13
1 package de.intevation.flys.client.shared.model;
2
3 import java.io.Serializable;
4
5
6 /**
7 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
8 */
9 public interface SedimentLoadInfoObject extends Serializable {
10
11 String getDescription();
12
13 String getDate();
14 }
15 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org