001package org.apache.turbine.services.schedule;
002
003
004/**
005 * The skeleton for this class was autogenerated by Torque on:
006 *
007 * [Mon Oct 24 08:20:18 UTC 2022]
008 *
009 * You should add additional methods to this class to meet the
010 * application requirements.  This class will only be generated as
011 * long as it does not already exist in the output directory.
012 */
013
014public  class JobEntryTorque
015    extends org.apache.turbine.services.schedule.BaseJobEntryTorque
016{
017    /** Serial version */
018    private static final long serialVersionUID = 1666599618410L;
019
020
021
022}