view src/main/java/de/intevation/lada/model/land/LStatusProtokoll.java @ 745:e2a78d5afaaa

Updated model and services for the new status workflow.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 27 Oct 2015 09:58:25 +0100
parents
children 9d34aca4fb07
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
 * Software engineering by Intevation GmbH
 *
 * This file is Free Software under the GNU GPL (v>=3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out
 * the documentation coming with IMIS-Labordaten-Application for details.
 */
package de.intevation.lada.model.land;

import javax.persistence.Entity;
import javax.persistence.Table;

import de.intevation.lada.model.StatusProtokoll;

/**
 * The persistent class for the probe database table.
 */
@Entity
@Table(name="status_protokoll")
public class LStatusProtokoll extends StatusProtokoll {
    private static final long serialVersionUID = 1L;
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)