comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/Output.java @ 358:03a8f9796571

Added interfaces for a Settings hierachy currently used for Outputs. artifacts/trunk@3408 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 14 Dec 2011 09:41:44 +0000
parents a8e009ebe13c
children b47d0464f0db
comparison
equal deleted inserted replaced
357:1d11a0531242 358:03a8f9796571
55 * Add a list of facet to this output. 55 * Add a list of facet to this output.
56 * 56 *
57 * @param facets A list of facets. 57 * @param facets A list of facets.
58 */ 58 */
59 public void addFacets(List<Facet> facets); 59 public void addFacets(List<Facet> facets);
60
61 /**
62 * Returns a Settings object for this Output.
63 */
64 public Settings getSettings();
65
66 /**
67 * Sets the Settings for this Output.
68 *
69 * @param settings the Settings for this Output.
70 */
71 public void setSettings(Settings settings);
60 } 72 }
61 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 73 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org