comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/DefaultResultDescriptor.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
11 * Interface ResultDescriptor 11 * Interface ResultDescriptor
12 * @author Tim Englich <tim.englich@intevation.de> 12 * @author Tim Englich <tim.englich@intevation.de>
13 * 13 *
14 */ 14 */
15 public class DefaultResultDescriptor implements ResultDescriptor { 15 public class DefaultResultDescriptor implements ResultDescriptor {
16
17 /**
18 *The Uid of this Class
19 */
20 private static final long serialVersionUID = 7016889733270716130L;
16 21
17 /** 22 /**
18 * The Names of the Columns of one Result 23 * The Names of the Columns of one Result
19 */ 24 */
20 private List<String> columnNames = new ArrayList<String>(); 25 private List<String> columnNames = new ArrayList<String>();

http://dive4elements.wald.intevation.org