comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/Artifact.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
12 * @author Tim Englich <tim.englich@intevation.de> 12 * @author Tim Englich <tim.englich@intevation.de>
13 * 13 *
14 */ 14 */
15 public class Artifact implements ArtifactObject, ArtifactDescription { 15 public class Artifact implements ArtifactObject, ArtifactDescription {
16 16
17
18 /**
19 * The UID of this Class
20 */
21 private static final long serialVersionUID = 8606869493141810364L;
22
17 private String id = null; 23 private String id = null;
18 private String hash = null; 24 private String hash = null;
19 private boolean selected = false; 25 private boolean selected = false;
20 26
21 private Node currentUI = null; 27 private Node currentUI = null;

http://dive4elements.wald.intevation.org