View Javadoc
1   package org.apache.turbine.services.schedule;
2   
3   
4   /**
5    * The skeleton for this class was autogenerated by Torque on:
6    *
7    * [Mon Mar 05 12:35:34 CET 2018]
8    *
9    * You should add additional methods to this class to meet the
10   * application requirements.  This class will only be generated as
11   * long as it does not already exist in the output directory.
12   */
13  
14  public  class JobEntryTorque
15      extends org.apache.turbine.services.schedule.BaseJobEntryTorque
16  {
17      /** Serial version */
18      private static final long serialVersionUID = 1520249734017L;
19  
20  
21  
22  }