Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/DefaultOutput.java @ 361:b47d0464f0db
Extended the Output interface and its default implementation with a method to replace an existing list of Facets.
artifacts/trunk@3429 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 16 Dec 2011 09:14:14 +0000 |
parents | 03a8f9796571 |
children | 95ff5a25a339 |
comparison
equal
deleted
inserted
replaced
360:c065a1a90ba0 | 361:b47d0464f0db |
---|---|
140 this.facets.addAll(facets); | 140 this.facets.addAll(facets); |
141 } | 141 } |
142 | 142 |
143 | 143 |
144 @Override | 144 @Override |
145 public void setFacets(List<Facet> facets) { | |
146 this.facets = facets; | |
147 } | |
148 | |
149 | |
150 @Override | |
145 public void setSettings(Settings settings) { | 151 public void setSettings(Settings settings) { |
146 this.settings = settings; | 152 this.settings = settings; |
147 } | 153 } |
148 | 154 |
149 | 155 |