comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/DefaultParameter.java @ 826:32d01e1ce2df

Added more JavaDocs gnv-artifacts/trunk@920 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Apr 2010 12:32:24 +0000
parents 22c18083225e
children 05bf8534a35a
comparison
equal deleted inserted replaced
825:b43e7205e83c 826:32d01e1ce2df
1 package de.intevation.gnv.artifacts.services.requestobjects; 1 package de.intevation.gnv.artifacts.services.requestobjects;
2 2
3 /** 3 /**
4 * The default implementation of <code>Parameter</code>. 4 * The default Implementation of <code>Parameter</code>.
5 * 5 *
6 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 6 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
7 */ 7 */
8 public class DefaultParameter implements Parameter { 8 public class DefaultParameter implements Parameter {
9 9
10 10
11 /**
12 * The id of the Parameter
13 */
11 private String id = null; 14 private String id = null;
12 15
16 /**
17 * The name of the Parameter
18 */
13 private String name = null; 19 private String name = null;
14 20
15 /** 21 /**
16 * Constructor 22 * Constructor
17 * @param id The id of this parameter. 23 * @param id The id of this parameter.

http://dive4elements.wald.intevation.org