comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/ResultDescriptor.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
6 import java.io.Serializable;
7
5 /** 8 /**
6 * Interface which provides the Methods for Accessing 9 * Interface which provides the Methods for Accessing
7 * the MetaData of an ResultEntry 10 * the MetaData of an ResultEntry
8 * @author Tim Englich <tim.englich@intevation.de> 11 * @author Tim Englich <tim.englich@intevation.de>
9 */ 12 */
10 public interface ResultDescriptor { 13 public interface ResultDescriptor extends Serializable{
11 14
12 /** 15 /**
13 * Returns the Classname of the Column 16 * Returns the Classname of the Column
14 * @param column the id of the Column which is requested 17 * @param column the id of the Column which is requested
15 * @return the Classname of the Column 18 * @return the Classname of the Column

http://dive4elements.wald.intevation.org