comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 4147:db0b9cff8496

Cosmetics, documentation.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 16 Oct 2012 11:33:23 +0200
parents 975f608dd254
children 6b0683f5c530
comparison
equal deleted inserted replaced
4143:58864f4f6e3b 4147:db0b9cff8496
111 data = new TreeMap<String, StateData>(); 111 data = new TreeMap<String, StateData>();
112 previousStateIds = new ArrayList<String>(); 112 previousStateIds = new ArrayList<String>();
113 facets = new HashMap<String, List<Facet>>(); 113 facets = new HashMap<String, List<Facet>>();
114 } 114 }
115 115
116
116 /** 117 /**
117 * This method appends the static data - that has already been inserted by 118 * This method appends the static data - that has already been inserted by
118 * the user - to the static node of the DESCRIBE document. 119 * the user - to the static node of the DESCRIBE document.
119 * 120 *
120 * @param doc The document. 121 * @param doc The document.
256 } 257 }
257 258
258 return copy; 259 return copy;
259 } 260 }
260 261
262
261 /** 263 /**
262 * Return a copy of the facet mapping. 264 * Return a copy of the facet mapping.
263 * @return Mapping of state-ids to facets. 265 * @return Mapping of state-ids to facets.
264 */ 266 */
265 protected Map<String, List<Facet>> cloneFacets() { 267 protected Map<String, List<Facet>> cloneFacets() {
408 result.setTextContent(iae.getMessage()); 410 result.setTextContent(iae.getMessage());
409 } 411 }
410 412
411 return doc; 413 return doc;
412 } 414 }
415
413 416
414 /** 417 /**
415 * This method returns a description of this artifact. 418 * This method returns a description of this artifact.
416 * 419 *
417 * @param data Some data. 420 * @param data Some data.

http://dive4elements.wald.intevation.org