Roster/src/java/org/thdl/roster/om/Language.java

21 lines
496 B
Java
Executable File

package org.thdl.roster.om;
import org.apache.torque.om.Persistent;
/**
* The skeleton for this class was autogenerated by Torque on:
*
* [Thu Feb 27 15:11:05 EST 2003]
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*/
public class Language
extends org.thdl.roster.om.BaseLanguage
implements java.io.Serializable, Persistent
{
}