comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputParameter.java @ 165:183850730a90

Made all Interfaces Serailizable and add UID to all Objects issue71 Organize Imports gnv/trunk@328 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Thu, 12 Nov 2009 11:03:11 +0000
parents ad381cc47217
children 15ac78a91d1b
comparison
equal deleted inserted replaced
164:5570d9b3282f 165:183850730a90
6 /** 6 /**
7 * @author Tim Englich <tim.englich@intevation.de> 7 * @author Tim Englich <tim.englich@intevation.de>
8 * 8 *
9 */ 9 */
10 public class DefaultOutputParameter implements OutputParameter { 10 public class DefaultOutputParameter implements OutputParameter {
11
12 /**
13 * The UID of this Class.
14 */
15 private static final long serialVersionUID = -8416057640116638152L;
11 16
12 private String name = null; 17 private String name = null;
13 18
14 private String value = null; 19 private String value = null;
15 20

http://dive4elements.wald.intevation.org