/* * This software is distributed under the terms of the FSF * Gnu Lesser General Public License (see lgpl.txt). * * This program is distributed WITHOUT ANY WARRANTY. See the * GNU General Public License for more details. */ package com.scooterframework.builtin.databrowser; /** * Vrecord model class handles view record related access. * * @author (Fei) John Chen */ public class Vrecord extends Record { }