comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/MeasurementStation.java @ 4287:82c1e911dd71

Add start and end time of an observation on a measurement station Add start and end time of an observation on a measurement station to the MeasurementStation classes.
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Oct 2012 09:54:31 +0100
parents d5d68c5bf085
children 7320830987a3
comparison
equal deleted inserted replaced
4286:6ccdcb956c14 4287:82c1e911dd71
1 package de.intevation.flys.client.shared.model; 1 package de.intevation.flys.client.shared.model;
2 2
3 import java.io.Serializable; 3 import java.io.Serializable;
4 import java.util.Date;
4 5
5 /** 6 /**
6 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a> 7 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
7 */ 8 */
8 public interface MeasurementStation extends Serializable { 9 public interface MeasurementStation extends Serializable {
52 53
53 /** 54 /**
54 * Returns the operator of the measurement station 55 * Returns the operator of the measurement station
55 */ 56 */
56 String getOperator(); 57 String getOperator();
58
59 /**
60 * Returns the start time of the observation at this measurement station
61 */
62 Date getStartTime();
63
64 /**
65 * Returns the end time of the observation at this measurement station
66 */
67 Date getStopTime();
57 } 68 }

http://dive4elements.wald.intevation.org