comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactFactory.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 8032da9e8b70
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 ArtifactFactory implements ArtifactObject { 10 public class ArtifactFactory implements ArtifactObject {
11
12 /**
13 * The UID of this Class.
14 */
15 private static final long serialVersionUID = 5453748230625831527L;
11 16
12 private String name = null; 17 private String name = null;
13 18
14 private String description = null; 19 private String description = null;
15 20

http://dive4elements.wald.intevation.org