dustin@975: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
dustin@975:  * Software engineering by Intevation GmbH
dustin@975:  *
dustin@975:  * This file is Free Software under the GNU GPL (v>=3)
dustin@975:  * and comes with ABSOLUTELY NO WARRANTY! Check out
tom@1359:  * the documentation coming with IMIS-Labordaten-Application for details.
dustin@975:  */
dustin@975: 
dustin@975: /**
dustin@975:  * Store for DatensatzErzeuger Stammdaten
dustin@975:  */
dustin@975: Ext.define('Lada.store.DatensatzErzeuger', {
dustin@975:     extend: 'Ext.data.Store',
mstanko@1280:     model: 'Lada.model.DatensatzErzeuger'
dustin@975: });