comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/FixFilter.java @ 4309:7d796197e20a

Added some grumpy javadoc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 29 Oct 2012 16:46:17 +0100
parents f14d4c668ec5
children
comparison
equal deleted inserted replaced
4308:7091e9e4fe2e 4309:7d796197e20a
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 4
5 5 /** Probably something like *Access, but from client side. */
6 public class FixFilter implements Serializable{ 6 public class FixFilter implements Serializable{
7 7
8 protected String river; 8 protected String river;
9 protected double fromKm; 9 protected double fromKm;
10 protected double toKm; 10 protected double toKm;
101 101
102 public int[] getEvents() { 102 public int[] getEvents() {
103 return this.events; 103 return this.events;
104 } 104 }
105 } 105 }
106 106 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org