comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/Output.java @ 296:a8e009ebe13c

Added a addFacets(List<Facet) method to Outputs to be able to add more than only a single facet to an output. artifacts/trunk@2358 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 19 Jul 2011 06:59:19 +0000
parents 995fa6994480
children 03a8f9796571
comparison
equal deleted inserted replaced
295:e5bc48dc3ec3 296:a8e009ebe13c
48 * Add a new facet to this output. 48 * Add a new facet to this output.
49 * 49 *
50 * @param facet The new facet. 50 * @param facet The new facet.
51 */ 51 */
52 public void addFacet(Facet facet); 52 public void addFacet(Facet facet);
53
54 /**
55 * Add a list of facet to this output.
56 *
57 * @param facets A list of facets.
58 */
59 public void addFacets(List<Facet> facets);
53 } 60 }
54 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 61 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org