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