comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/DefaultMapService.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 import java.util.Collection; 3 import java.util.Collection;
4 4
5 /** 5 /**
6 * The default implementation of <code>MapService</code>. 6 * The default Implementation of <code>MapService</code>.
7 * 7 *
8 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 8 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
9 * 9 *
10 */ 10 */
11 public class DefaultMapService implements MapService { 11 public class DefaultMapService implements MapService {
12 12
13 /**
14 * The id of the Mapservice
15 */
13 private String id = null; 16 private String id = null;
14 17
18 /**
19 * The Layer which belongs to the Mapservice
20 */
15 private Collection<Layer> layer = null; 21 private Collection<Layer> layer = null;
16 22
23 /**
24 * The Type of the Mapservice
25 */
17 private String type = null; 26 private String type = null;
18 27
28 /**
29 * The Url under which the Mapservice could be accessed.
30 */
19 private String url = null; 31 private String url = null;
20 32
21 /** 33 /**
22 * Constructor 34 * Constructor
23 * @param id The id of this service. 35 * @param id The id of this service.

http://dive4elements.wald.intevation.org