teichmann@5863: /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde teichmann@5863: * Software engineering by Intevation GmbH teichmann@5863: * teichmann@5863: * This file is Free Software under the GNU AGPL (>=v3) teichmann@5863: * and comes with ABSOLUTELY NO WARRANTY! Check out the teichmann@5863: * documentation coming with Dive4Elements River for details. teichmann@5863: */ teichmann@5863: teichmann@5831: package org.dive4elements.river.artifacts.states.minfo; raimund@3751: raimund@3751: import org.apache.log4j.Logger; raimund@3751: teichmann@5831: import org.dive4elements.river.artifacts.states.DefaultState; raimund@3751: raimund@3751: public class BedQualityPeriodsSelect extends DefaultState { raimund@3751: raimund@3751: /** The logger used in this class. */ raimund@3751: private static Logger logger = Logger.getLogger(BedQualityPeriodsSelect.class); raimund@3751: raimund@3751: raimund@3751: /** raimund@3751: * The default constructor that initializes an empty State object. raimund@3751: */ raimund@3751: public BedQualityPeriodsSelect() { raimund@3751: } raimund@3751: raimund@3751: @Override raimund@3751: protected String getUIProvider() { raimund@3751: return "bedquality_periods_select"; raimund@3751: } raimund@3751: raimund@3751: }