Klasse BaseJobEntryTorque
java.lang.Object
org.apache.turbine.services.schedule.AbstractJobEntry
org.apache.turbine.services.schedule.BaseJobEntryTorque
- Alle implementierten Schnittstellen:
- Serializable,- Comparable<JobEntry>,- org.apache.torque.om.ObjectModel,- org.apache.torque.om.Persistent,- JobEntry
- Bekannte direkte Unterklassen:
- JobEntryTorque
public abstract class BaseJobEntryTorque
extends AbstractJobEntry
implements org.apache.torque.om.Persistent, Serializable
This class was autogenerated by Torque on:
 [Mon Feb 12 11:02:04 CET 2024]
 You should not use this class directly.  It should not even be
 extended; all references should be to JobEntryTorque
- Siehe auch:
- 
Verschachtelte Klassen - ÜbersichtVon Klasse geerbte verschachtelte Klassen/Schnittstellen org.apache.turbine.services.schedule.AbstractJobEntryAbstractJobEntry.ScheduleType
- 
FeldübersichtVon Klasse geerbte Felder org.apache.turbine.services.schedule.AbstractJobEntrylog
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungcopy()Makes a copy of this object.copy(boolean deepcopy) Makes a copy of this object.copy(boolean deepcopy, Connection con) Makes a copy of this object using connection.copy(Connection con) Makes a copy of this object using a connection.copyInto(JobEntryTorque copyObj) Fills the copyObj with the contents of this object.protected JobEntryTorquecopyInto(JobEntryTorque copyObj, boolean deepcopy) Fills the copyObj with the contents of this object.copyInto(JobEntryTorque copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.copyInto(JobEntryTorque copyObj, Connection con) Fills the copyObj with the contents of this object using connection.booleanCompares the primary key of this instance with the key of another.intGet the value of dayOfMonth.getEmail()Get the value of email.intgetHour()Get the value of hour.intgetJobId()Get the value of jobId.intGet the value of minute.getPeer()returns a peer instance associated with this om.org.apache.torque.om.ObjectKey<?>returns an id that differentiates this object from others of its class.byte[]Get the value of property.intGet the value of second.org.apache.torque.map.TableMapRetrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().getTask()Get the value of task.intGet the value of weekDay.inthashCode()If the primary key is notnull, return the hashcode of the primary key.booleanReturns whether this object was deleted from the database.booleanReturns whether this object is currently being loaded from the database.booleanReturns whether the object has been modified.booleanisNew()Returns whether the object has ever been saved.booleanisSaving()Returns whether this object is currently saving.voidSets the modified state for the object to be false.voidsave()Stores an object in the database.voidStores an object in the database.voidsave(Connection con) Stores an object in the database.voidsetDayOfMonth(int v) Set the value of dayOfMonth.voidsetDeleted(boolean deleted) Sets whether this object was deleted from the database.voidSet the value of email.voidsetHour(int v) Set the value of hour.voidsetJobId(int v) Set the value of jobId.voidsetLoading(boolean loading) Sets whether this object is currently being loaded from the database.voidsetMinute(int v) Set the value of minute.voidsetModified(boolean modified) Sets whether the object has been modified.voidsetNew(boolean isNew) Sets whether the object has ever been saved.voidsetPrimaryKey(String key) Set the PrimaryKey using a String.voidsetPrimaryKey(org.apache.torque.om.ObjectKey<?> key) Set the PrimaryKey using ObjectKey.voidsetProperty(byte[] v) Set the value of property.voidsetSaving(boolean saving) Sets whether this object is currently saving.voidsetSecond(int v) Set the value of second.voidSet the value of task.voidsetWeekDay(int v) Set the value of weekDay.toString()booleanvalueEquals(JobEntryTorque toCompare) Compares the content of this object to another objectVon Klasse geerbte Methoden org.apache.turbine.services.schedule.AbstractJobEntrycalcRunTime, compareTo, getNextRunAsString, getNextRunDate, getNextRuntime, isActive, setActive
- 
Konstruktordetails- 
BaseJobEntryTorquepublic BaseJobEntryTorque()
 
- 
- 
Methodendetails- 
getJobIdGet the value of jobId.- Angegeben von:
- getJobIdin Schnittstelle- JobEntry
- Angegeben von:
- getJobIdin Klasse- AbstractJobEntry
- Gibt zurück:
- the value of jobId as int
 
- 
setJobIdSet the value of jobId.- Angegeben von:
- setJobIdin Schnittstelle- JobEntry
- Angegeben von:
- setJobIdin Klasse- AbstractJobEntry
- Parameter:
- v- new value of jobId
 
- 
getSecondGet the value of second.- Angegeben von:
- getSecondin Klasse- AbstractJobEntry
- Gibt zurück:
- the value of second as int
 
- 
setSecondSet the value of second.- Angegeben von:
- setSecondin Klasse- AbstractJobEntry
- Parameter:
- v- new value of second
 
- 
getMinuteGet the value of minute.- Angegeben von:
- getMinutein Klasse- AbstractJobEntry
- Gibt zurück:
- the value of minute as int
 
- 
setMinuteSet the value of minute.- Angegeben von:
- setMinutein Klasse- AbstractJobEntry
- Parameter:
- v- new value of minute
 
- 
getHourGet the value of hour.- Angegeben von:
- getHourin Klasse- AbstractJobEntry
- Gibt zurück:
- the value of hour as int
 
- 
setHourSet the value of hour.- Angegeben von:
- setHourin Klasse- AbstractJobEntry
- Parameter:
- v- new value of hour
 
- 
getWeekDayGet the value of weekDay.- Angegeben von:
- getWeekDayin Klasse- AbstractJobEntry
- Gibt zurück:
- the value of weekDay as int
 
- 
setWeekDaySet the value of weekDay.- Angegeben von:
- setWeekDayin Klasse- AbstractJobEntry
- Parameter:
- v- new value of weekDay
 
- 
getDayOfMonthGet the value of dayOfMonth.- Angegeben von:
- getDayOfMonthin Klasse- AbstractJobEntry
- Gibt zurück:
- the value of dayOfMonth as int
 
- 
setDayOfMonthSet the value of dayOfMonth.- Angegeben von:
- setDayOfMonthin Klasse- AbstractJobEntry
- Parameter:
- v- new value of dayOfMonth
 
- 
getTaskGet the value of task.- Angegeben von:
- getTaskin Schnittstelle- JobEntry
- Angegeben von:
- getTaskin Klasse- AbstractJobEntry
- Gibt zurück:
- the value of task as String
 
- 
setTaskSet the value of task.- Angegeben von:
- setTaskin Schnittstelle- JobEntry
- Angegeben von:
- setTaskin Klasse- AbstractJobEntry
- Parameter:
- v- new value of task
 
- 
getEmailGet the value of email.- Gibt zurück:
- the value of email as String
 
- 
setEmailSet the value of email.- Parameter:
- v- new value of email
 
- 
getPropertyGet the value of property.- Gibt zurück:
- the value of property as byte[]
 
- 
setPropertySet the value of property.- Parameter:
- v- new value of property
 
- 
isNewReturns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.
- 
setNewSets whether the object has ever been saved.- Angegeben von:
- setNewin Schnittstelle- org.apache.torque.om.ObjectModel
- Parameter:
- isNew- true if the object has never been saved, false otherwise.
 
- 
isModifiedReturns whether the object has been modified.- Angegeben von:
- isModifiedin Schnittstelle- org.apache.torque.om.ObjectModel
- Gibt zurück:
- True if the object has been modified.
 
- 
setModifiedSets whether the object has been modified.- Angegeben von:
- setModifiedin Schnittstelle- org.apache.torque.om.ObjectModel
- Parameter:
- modified- true if the object has been modified, false otherwise.
 
- 
resetModifiedSets the modified state for the object to be false.
- 
isSavingReturns whether this object is currently saving.- Gibt zurück:
- true if this object is currently saving, false otherwise.
 
- 
setSavingSets whether this object is currently saving.- Parameter:
- saving- true if this object is currently saving, false otherwise.
 
- 
isLoadingReturns whether this object is currently being loaded from the database.- Gibt zurück:
- true if this object is currently loading, false otherwise.
 
- 
setLoadingSets whether this object is currently being loaded from the database.- Parameter:
- loading- true if this object is currently loading, false otherwise.
 
- 
isDeletedReturns whether this object was deleted from the database. Note that this getter does not automatically reflect database state, it will be set to true by Torque if doDelete() was called with this object. Bulk deletes and deletes via primary key do not change this flag. Also, if doDelete() was called on an object which does not exist in the database, the deleted flag is set to true even if it was not deleted.- Gibt zurück:
- true if this object was deleted, false otherwise.
 
- 
setDeletedSets whether this object was deleted from the database.- Parameter:
- deleted- true if this object was deleted, false otherwise.
 
- 
saveStores an object in the database. If the object is new, it is inserted; otherwise an update is performed.- Angegeben von:
- savein Schnittstelle- org.apache.torque.om.Persistent
- Löst aus:
- org.apache.torque.TorqueException- if an error occurs during saving.
 
- 
saveStores an object in the database. If the object is new, it is inserted; otherwise an update is performed.- Angegeben von:
- savein Schnittstelle- org.apache.torque.om.Persistent
- Parameter:
- dbName- the name of the database to which the object should be saved.
- Löst aus:
- org.apache.torque.TorqueException- if an error occurs during saving.
 
- 
saveStores an object in the database. If the object is new, it is inserted; otherwise an update is performed. This method is meant to be used as part of a transaction, otherwise use the save() method and the connection details will be handled internally.- Angegeben von:
- savein Schnittstelle- org.apache.torque.om.Persistent
- Parameter:
- con- the connection to use for saving the object, not null.
- Löst aus:
- org.apache.torque.TorqueException- if an error occurs during saving.
 
- 
setPrimaryKeySet the PrimaryKey using ObjectKey.- Angegeben von:
- setPrimaryKeyin Schnittstelle- org.apache.torque.om.ObjectModel
- Parameter:
- key- jobId ObjectKey
 
- 
setPrimaryKeySet the PrimaryKey using a String.- Angegeben von:
- setPrimaryKeyin Schnittstelle- org.apache.torque.om.ObjectModel
- Parameter:
- key- the primary key to set.
 
- 
getPrimaryKeyreturns an id that differentiates this object from others of its class.- Angegeben von:
- getPrimaryKeyin Schnittstelle- org.apache.torque.om.ObjectModel
 
- 
copyMakes a copy of this object. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.- Löst aus:
- org.apache.torque.TorqueException- if retrieval of the associated objects fails
 
- 
copyMakes a copy of this object using a connection. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.- Parameter:
- con- the database connection to read associated objects.
- Löst aus:
- org.apache.torque.TorqueException- if retrieval of the associated objects fails
 
- 
copyMakes a copy of this object. It creates a new object filling in the simple attributes. If the parameter deepcopy is true, it then fills all the association collections and sets the related objects to isNew=true.- Parameter:
- deepcopy- whether to copy the associated objects.
- Löst aus:
- org.apache.torque.TorqueException- if retrieval of the associated objects fails
 
- 
copypublic JobEntryTorque copy(boolean deepcopy, Connection con) throws org.apache.torque.TorqueException Makes a copy of this object using connection. It creates a new object filling in the simple attributes. If the parameter deepcopy is true, it then fills all the association collections and sets the related objects to isNew=true.- Parameter:
- deepcopy- whether to copy the associated objects.
- con- the database connection to read associated objects.
- Löst aus:
- org.apache.torque.TorqueException- if retrieval of the associated objects fails
 
- 
copyIntoFills the copyObj with the contents of this object. The associated objects are also copied and treated as new objects.- Parameter:
- copyObj- the object to fill.
- Löst aus:
- org.apache.torque.TorqueException- if retrieval of the associated objects fails
 
- 
copyIntopublic JobEntryTorque copyInto(JobEntryTorque copyObj, Connection con) throws org.apache.torque.TorqueException Fills the copyObj with the contents of this object using connection. The associated objects are also copied and treated as new objects.- Parameter:
- copyObj- the object to fill.
- con- the database connection to read associated objects.
- Löst aus:
- org.apache.torque.TorqueException- if retrieval of the associated objects fails
 
- 
copyIntoprotected JobEntryTorque copyInto(JobEntryTorque copyObj, boolean deepcopy) throws org.apache.torque.TorqueException Fills the copyObj with the contents of this object. If deepcopy is true, The associated objects are also copied and treated as new objects.- Parameter:
- copyObj- the object to fill.
- deepcopy- whether the associated objects should be copied.
- Löst aus:
- org.apache.torque.TorqueException- if retrieval of the associated objects fails
 
- 
copyIntopublic JobEntryTorque copyInto(JobEntryTorque copyObj, boolean deepcopy, Connection con) throws org.apache.torque.TorqueException Fills the copyObj with the contents of this object using connection. If deepcopy is true, The associated objects are also copied and treated as new objects.- Parameter:
- copyObj- the object to fill.
- deepcopy- whether the associated objects should be copied.
- con- the database connection to read associated objects.
- Löst aus:
- org.apache.torque.TorqueException- if retrieval of the associated objects fails
 
- 
getPeerreturns a peer instance associated with this om. Since Peer classes are not to have any instance attributes, this method returns the same instance for all member of this class. The method could therefore be static, but this would prevent one from overriding the behavior.
- 
getTableMapRetrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().- Gibt zurück:
- The associated TableMap object.
- Löst aus:
- org.apache.torque.TorqueException- if associated objects are not found
 
- 
toString
- 
equalsCompares the primary key of this instance with the key of another.
- 
hashCodeIf the primary key is notnull, return the hashcode of the primary key. Otherwise callsObject.hashCode().
- 
valueEqualsCompares the content of this object to another object- Parameter:
- toCompare- The object to compare to.
- Gibt zurück:
- true if all of the columns in the other object have the same value as the objects in this class.
 
 
-