001// license-header java merge-point
002//
003// Attention: Generated code! Do not modify by hand!
004// Generated by: HibernateEntityImpl.vsl in andromda-hibernate-cartridge.
005//
006package fr.ifremer.adagio.core.dao.referential.qualification;
007
008/*
009 * #%L
010 * SIH-Adagio :: Core
011 * $Id:$
012 * $HeadURL:$
013 * %%
014 * Copyright (C) 2012 - 2014 Ifremer
015 * %%
016 * This program is free software: you can redistribute it and/or modify
017 * it under the terms of the GNU Affero General Public License as published by
018 * the Free Software Foundation, either version 3 of the License, or
019 * (at your option) any later version.
020 * 
021 * This program is distributed in the hope that it will be useful,
022 * but WITHOUT ANY WARRANTY; without even the implied warranty of
023 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
024 * GNU General Public License for more details.
025 * 
026 * You should have received a copy of the GNU Affero General Public License
027 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
028 * #L%
029 */
030
031/**
032 * @see QualificationRule
033 */
034// HibernateEntityImpl.vsl annotations merge-point
035public class QualificationRuleImpl
036    extends QualificationRule
037{
038    /**
039     * The serial version UID of this class. Needed for serialization.
040     */
041    private static final long serialVersionUID = 162614108846766406L;
042
043// HibernateEntityImpl.vsl merge-point
044}