comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputMode.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 bd67164cf28b
comparison
equal deleted inserted replaced
164:5570d9b3282f 165:183850730a90
8 /** 8 /**
9 * @author Tim Englich <tim.englich@intevation.de> 9 * @author Tim Englich <tim.englich@intevation.de>
10 * 10 *
11 */ 11 */
12 public class DefaultOutputMode implements OutputMode { 12 public class DefaultOutputMode implements OutputMode {
13
14 /**
15 * The UID of this Class.
16 */
17 private static final long serialVersionUID = 7487880486604174521L;
13 18
14 private String name = null; 19 private String name = null;
15 20
16 private String mimeType = null; 21 private String mimeType = null;
17 22

http://dive4elements.wald.intevation.org