#* * author John McNally * version $Id$ *# #set ($db = $table.Database) #if ($db.Package) #set ($package = $db.Package) #else #set ($package = $targetPackage) #end package $package; /** * This is an interface that should be filled with the public api of the * $table.JavaName objects. * The skeleton for this class was autogenerated by Torque #if ($addTimeStamp)on: * * [$now] * #end * 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 interface ${table.Interface} { }