comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.java @ 4497:a2735a4bf75e

Change facets member variable to private Don't allow direct access to the facets member variable. Use the addFacets and getFacets methods instead.
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 14 Nov 2012 11:15:57 +0100
parents 9fac337192c9
children dc0d37715e16
comparison
equal deleted inserted replaced
4496:d8992459b408 4497:a2735a4bf75e
55 55
56 @Override 56 @Override
57 public State getCurrentState(Object cc) { 57 public State getCurrentState(Object cc) {
58 State s = new RiverAxisState(this); 58 State s = new RiverAxisState(this);
59 59
60 List<Facet> fs = facets.get(getCurrentStateId()); 60 List<Facet> fs = getFacets(getCurrentStateId());
61 61
62 DefaultOutput o = new DefaultOutput( 62 DefaultOutput o = new DefaultOutput(
63 "floodmap", 63 "floodmap",
64 "floodmap", 64 "floodmap",
65 "image/png", 65 "image/png",

http://dive4elements.wald.intevation.org