Mercurial > dive4elements > gnv-client
comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/Result.java @ 141:b02310d7ffee
Make Classes Serializable for Storing in ArtifactDatabase
geo-backend/trunk@131 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Thu, 24 Sep 2009 15:24:11 +0000 |
parents | 5a583cff97ea |
children | 8aad9d098b08 |
comparison
equal
deleted
inserted
replaced
140:2f1b87e1a40c | 141:b02310d7ffee |
---|---|
1 /** | 1 /** |
2 * | 2 * |
3 */ | 3 */ |
4 package de.intevation.gnv.geobackend.base; | 4 package de.intevation.gnv.geobackend.base; |
5 | 5 |
6 import java.io.Serializable; | |
6 import java.util.Date; | 7 import java.util.Date; |
7 | 8 |
8 | 9 |
9 /** | 10 /** |
10 * Interface which provides the Methods for Accessing | 11 * Interface which provides the Methods for Accessing |
11 * the Data of an ResultEntry | 12 * the Data of an ResultEntry |
12 * @author Tim Englich <tim.englich@intevation.de> | 13 * @author Tim Englich <tim.englich@intevation.de> |
13 * | 14 * |
14 */ | 15 */ |
15 public interface Result { | 16 public interface Result extends Serializable{ |
16 | 17 |
17 /** | 18 /** |
18 * Returns the ResultDescriptor which provides the | 19 * Returns the ResultDescriptor which provides the |
19 * ResultMetadatse | 20 * ResultMetadatse |
20 * @return the ResultDescriptor | 21 * @return the ResultDescriptor |