raimund@489: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz raimund@489: * Software engineering by Intevation GmbH raimund@489: * raimund@489: * This file is Free Software under the GNU GPL (v>=3) raimund@489: * and comes with ABSOLUTELY NO WARRANTY! Check out raimund@489: * the documentation coming with IMIS-Labordaten-Application for details. raimund@489: */ raimund@489: raimund@489: /** raimund@489: * Store for Pflichtmessgroessen raimund@489: */ raimund@489: Ext.define('Lada.store.StaPflichtmessgroessen', { raimund@489: extend: 'Ext.data.Store', raimund@494: model: 'Lada.model.StaPflichtmessgroesse', raimund@489: autoLoad: true raimund@489: });