001 package org.apache.turbine.services.schedule; 002 003 /** 004 * The skeleton for this class was autogenerated by Torque on: 005 * 006 * [Mon Jan 24 20:11:00 CET 2011] 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 public class JobEntryPeer 013 extends org.apache.turbine.services.schedule.BaseJobEntryPeer 014 { 015 /** Serial version */ 016 private static final long serialVersionUID = 1295896260045L; 017 018 }