view flys-client/src/main/java/de/intevation/flys/client/shared/model/SedimentLoadInfoObject.java @ 5808:c69ce591e3ea

Initial version of W80CSVParser (stripped W80Parser).
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 24 Apr 2013 12:03:54 +0200
parents 1f98a3a89e13
children
line wrap: on
line source
package de.intevation.flys.client.shared.model;

import java.io.Serializable;


/**
 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
 */
public interface SedimentLoadInfoObject extends Serializable {

    String getDescription();

    String getDate();
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org