Class JobEntryTorque
- java.lang.Object
-
- org.apache.turbine.services.schedule.AbstractJobEntry
-
- org.apache.turbine.services.schedule.BaseJobEntryTorque
-
- org.apache.turbine.services.schedule.JobEntryTorque
-
- All Implemented Interfaces:
Serializable
,Comparable<JobEntry>
,org.apache.torque.om.ObjectModel
,org.apache.torque.om.Persistent
,JobEntry
public class JobEntryTorque extends BaseJobEntryTorque
The skeleton for this class was autogenerated by Torque on: [Tue Sep 21 11:06:25 CEST 2021] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.turbine.services.schedule.AbstractJobEntry
AbstractJobEntry.ScheduleType
-
-
Field Summary
-
Fields inherited from class org.apache.turbine.services.schedule.AbstractJobEntry
log
-
-
Constructor Summary
Constructors Constructor Description JobEntryTorque()
-
Method Summary
-
Methods inherited from class org.apache.turbine.services.schedule.BaseJobEntryTorque
copy, copy, copy, copy, copyInto, copyInto, copyInto, copyInto, equals, getDayOfMonth, getEmail, getHour, getJobId, getMinute, getPeer, getPrimaryKey, getProperty, getSecond, getTableMap, getTask, getWeekDay, hashCode, isDeleted, isLoading, isModified, isNew, isSaving, resetModified, save, save, save, setDayOfMonth, setDeleted, setEmail, setHour, setJobId, setLoading, setMinute, setModified, setNew, setPrimaryKey, setPrimaryKey, setProperty, setSaving, setSecond, setTask, setWeekDay, toString, valueEquals
-
Methods inherited from class org.apache.turbine.services.schedule.AbstractJobEntry
calcRunTime, compareTo, getNextRunAsString, getNextRunDate, getNextRuntime, isActive, setActive
-
-
-
-
Constructor Detail
-
JobEntryTorque
public JobEntryTorque()
-
-