1 package org.apache.turbine.services.schedule; 2 3 4 /** 5 * The skeleton for this class was autogenerated by Torque on: 6 * 7 * [Mon Dec 21 20:37:45 CET 2015] 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 = 1450726665489L; 19 20 21 22 }