All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sporniket.libre.javabeans.seeg.DefReference Maven / Gradle / Ivy

There is a newer version: 23.07.00
Show newest version
/**
 *
 */
package com.sporniket.libre.javabeans.seeg;

/**
 * Model of reference, the name in database store the target table.
 *
 * 

* © Copyright 2012-2020 David Sporn *

*
* *

* This file is part of The Sporniket Javabeans Project – doclet. * *

* The Sporniket Javabeans Project – seeg is free software: you can redistribute it and/or modify it under the terms of * the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your * option) any later version. * *

* The Sporniket Javabeans Project – seeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public * License for more details. * *

* You should have received a copy of the GNU Lesser General Public License along with The Sporniket Javabeans Library – * core. If not, see http://www.gnu.org/licenses/. 2 * *


* * @author David SPORN * @version 20.07.00 * @since 20.07.00 */ public class DefReference extends Def { /** * The target column. */ public String column; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy