Mercurial > lada > lada-server
view src/main/java/de/intevation/lada/validation/Validator.java @ 575:4f83f2fc188a
Updated model classes to have getter/setter for owner and readonly flags.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 23 Mar 2015 17:42:16 +0100 |
parents | 23130e40e5b7 |
children | 3ec358698b4d |
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.validation; /** * * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> */ public interface Validator { public Violation validate(Object object); }