Class BaseJobEntryTorque
- java.lang.Object
-
- org.apache.turbine.services.schedule.AbstractJobEntry
-
- org.apache.turbine.services.schedule.BaseJobEntryTorque
-
- All Implemented Interfaces:
Serializable,Comparable<JobEntry>,org.apache.torque.om.ObjectModel,org.apache.torque.om.Persistent,JobEntry
- Direct Known Subclasses:
JobEntryTorque
public abstract class BaseJobEntryTorque extends AbstractJobEntry implements org.apache.torque.om.Persistent, Serializable
This class was autogenerated by Torque on: [Tue Sep 21 11:08:02 CEST 2021] You should not use this class directly. It should not even be extended; all references should be to JobEntryTorque- 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 BaseJobEntryTorque()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobEntryTorquecopy()Makes a copy of this object.JobEntryTorquecopy(boolean deepcopy)Makes a copy of this object.JobEntryTorquecopy(boolean deepcopy, Connection con)Makes a copy of this object using connection.JobEntryTorquecopy(Connection con)Makes a copy of this object using a connection.JobEntryTorquecopyInto(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.JobEntryTorquecopyInto(JobEntryTorque copyObj, boolean deepcopy, Connection con)Fills the copyObj with the contents of this object using connection.JobEntryTorquecopyInto(JobEntryTorque copyObj, Connection con)Fills the copyObj with the contents of this object using connection.booleanequals(Object toCompare)Compares the primary key of this instance with the key of another.intgetDayOfMonth()Get the value of dayOfMonth.StringgetEmail()Get the value of email.intgetHour()Get the value of hour.intgetJobId()Get the value of jobId.intgetMinute()Get the value of minute.JobEntryTorquePeergetPeer()returns a peer instance associated with this om.org.apache.torque.om.ObjectKey<?>getPrimaryKey()returns an id that differentiates this object from others of its class.byte[]getProperty()Get the value of property.intgetSecond()Get the value of second.org.apache.torque.map.TableMapgetTableMap()Retrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().StringgetTask()Get the value of task.intgetWeekDay()Get the value of weekDay.inthashCode()If the primary key is notnull, return the hashcode of the primary key.booleanisDeleted()Returns whether this object was deleted from the database.booleanisLoading()Returns whether this object is currently being loaded from the database.booleanisModified()Returns whether the object has been modified.booleanisNew()Returns whether the object has ever been saved.booleanisSaving()Returns whether this object is currently saving.voidresetModified()Sets the modified state for the object to be false.voidsave()Stores an object in the database.voidsave(String dbName)Stores 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.voidsetEmail(String v)Set 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.voidsetTask(String v)Set the value of task.voidsetWeekDay(int v)Set the value of weekDay.StringtoString()booleanvalueEquals(JobEntryTorque toCompare)Compares the content of this object to another object-
Methods inherited from class org.apache.turbine.services.schedule.AbstractJobEntry
calcRunTime, compareTo, getNextRunAsString, getNextRunDate, getNextRuntime, isActive, setActive
-
-
-
-
Constructor Detail
-
BaseJobEntryTorque
public BaseJobEntryTorque()
-
-
Method Detail
-
getJobId
public int getJobId()
Get the value of jobId.- Specified by:
getJobIdin interfaceJobEntry- Specified by:
getJobIdin classAbstractJobEntry- Returns:
- the value of jobId as int
-
setJobId
public void setJobId(int v)
Set the value of jobId.- Specified by:
setJobIdin interfaceJobEntry- Specified by:
setJobIdin classAbstractJobEntry- Parameters:
v- new value of jobId
-
getSecond
public int getSecond()
Get the value of second.- Specified by:
getSecondin classAbstractJobEntry- Returns:
- the value of second as int
-
setSecond
public void setSecond(int v)
Set the value of second.- Specified by:
setSecondin classAbstractJobEntry- Parameters:
v- new value of second
-
getMinute
public int getMinute()
Get the value of minute.- Specified by:
getMinutein classAbstractJobEntry- Returns:
- the value of minute as int
-
setMinute
public void setMinute(int v)
Set the value of minute.- Specified by:
setMinutein classAbstractJobEntry- Parameters:
v- new value of minute
-
getHour
public int getHour()
Get the value of hour.- Specified by:
getHourin classAbstractJobEntry- Returns:
- the value of hour as int
-
setHour
public void setHour(int v)
Set the value of hour.- Specified by:
setHourin classAbstractJobEntry- Parameters:
v- new value of hour
-
getWeekDay
public int getWeekDay()
Get the value of weekDay.- Specified by:
getWeekDayin classAbstractJobEntry- Returns:
- the value of weekDay as int
-
setWeekDay
public void setWeekDay(int v)
Set the value of weekDay.- Specified by:
setWeekDayin classAbstractJobEntry- Parameters:
v- new value of weekDay
-
getDayOfMonth
public int getDayOfMonth()
Get the value of dayOfMonth.- Specified by:
getDayOfMonthin classAbstractJobEntry- Returns:
- the value of dayOfMonth as int
-
setDayOfMonth
public void setDayOfMonth(int v)
Set the value of dayOfMonth.- Specified by:
setDayOfMonthin classAbstractJobEntry- Parameters:
v- new value of dayOfMonth
-
getTask
public String getTask()
Get the value of task.- Specified by:
getTaskin interfaceJobEntry- Specified by:
getTaskin classAbstractJobEntry- Returns:
- the value of task as String
-
setTask
public void setTask(String v)
Set the value of task.- Specified by:
setTaskin interfaceJobEntry- Specified by:
setTaskin classAbstractJobEntry- Parameters:
v- new value of task
-
getProperty
public byte[] getProperty()
Get the value of property.- Returns:
- the value of property as byte[]
-
setProperty
public void setProperty(byte[] v)
Set the value of property.- Parameters:
v- new value of property
-
isNew
public boolean isNew()
Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.
-
setNew
public void setNew(boolean isNew)
Sets whether the object has ever been saved.- Specified by:
setNewin interfaceorg.apache.torque.om.ObjectModel- Parameters:
isNew- true if the object has never been saved, false otherwise.
-
isModified
public boolean isModified()
Returns whether the object has been modified.- Specified by:
isModifiedin interfaceorg.apache.torque.om.ObjectModel- Returns:
- True if the object has been modified.
-
setModified
public void setModified(boolean modified)
Sets whether the object has been modified.- Specified by:
setModifiedin interfaceorg.apache.torque.om.ObjectModel- Parameters:
modified- true if the object has been modified, false otherwise.
-
resetModified
public void resetModified()
Sets the modified state for the object to be false.
-
isSaving
public boolean isSaving()
Returns whether this object is currently saving.- Returns:
- true if this object is currently saving, false otherwise.
-
setSaving
public void setSaving(boolean saving)
Sets whether this object is currently saving.- Parameters:
saving- true if this object is currently saving, false otherwise.
-
isLoading
public boolean isLoading()
Returns whether this object is currently being loaded from the database.- Returns:
- true if this object is currently loading, false otherwise.
-
setLoading
public void setLoading(boolean loading)
Sets whether this object is currently being loaded from the database.- Parameters:
loading- true if this object is currently loading, false otherwise.
-
isDeleted
public boolean isDeleted()
Returns 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.- Returns:
- true if this object was deleted, false otherwise.
-
setDeleted
public void setDeleted(boolean deleted)
Sets whether this object was deleted from the database.- Parameters:
deleted- true if this object was deleted, false otherwise.
-
save
public void save() throws org.apache.torque.TorqueException
Stores an object in the database. If the object is new, it is inserted; otherwise an update is performed.- Specified by:
savein interfaceorg.apache.torque.om.Persistent- Throws:
org.apache.torque.TorqueException- if an error occurs during saving.
-
save
public void save(String dbName) throws org.apache.torque.TorqueException
Stores an object in the database. If the object is new, it is inserted; otherwise an update is performed.- Specified by:
savein interfaceorg.apache.torque.om.Persistent- Parameters:
dbName- the name of the database to which the object should be saved.- Throws:
org.apache.torque.TorqueException- if an error occurs during saving.
-
save
public void save(Connection con) throws org.apache.torque.TorqueException
Stores 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.- Specified by:
savein interfaceorg.apache.torque.om.Persistent- Parameters:
con- the connection to use for saving the object, not null.- Throws:
org.apache.torque.TorqueException- if an error occurs during saving.
-
setPrimaryKey
public void setPrimaryKey(org.apache.torque.om.ObjectKey<?> key)
Set the PrimaryKey using ObjectKey.- Specified by:
setPrimaryKeyin interfaceorg.apache.torque.om.ObjectModel- Parameters:
key- jobId ObjectKey
-
setPrimaryKey
public void setPrimaryKey(String key)
Set the PrimaryKey using a String.- Specified by:
setPrimaryKeyin interfaceorg.apache.torque.om.ObjectModel- Parameters:
key- the primary key to set.
-
getPrimaryKey
public org.apache.torque.om.ObjectKey<?> getPrimaryKey()
returns an id that differentiates this object from others of its class.- Specified by:
getPrimaryKeyin interfaceorg.apache.torque.om.ObjectModel
-
copy
public JobEntryTorque copy() throws org.apache.torque.TorqueException
Makes 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.- Throws:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copy
public JobEntryTorque copy(Connection con) throws org.apache.torque.TorqueException
Makes 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.- Parameters:
con- the database connection to read associated objects.- Throws:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copy
public JobEntryTorque copy(boolean deepcopy) throws org.apache.torque.TorqueException
Makes 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.- Parameters:
deepcopy- whether to copy the associated objects.- Throws:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copy
public 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.- Parameters:
deepcopy- whether to copy the associated objects.con- the database connection to read associated objects.- Throws:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copyInto
public JobEntryTorque copyInto(JobEntryTorque copyObj) throws org.apache.torque.TorqueException
Fills the copyObj with the contents of this object. The associated objects are also copied and treated as new objects.- Parameters:
copyObj- the object to fill.- Throws:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copyInto
public 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.- Parameters:
copyObj- the object to fill.con- the database connection to read associated objects.- Throws:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copyInto
protected 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.- Parameters:
copyObj- the object to fill.deepcopy- whether the associated objects should be copied.- Throws:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copyInto
public 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.- Parameters:
copyObj- the object to fill.deepcopy- whether the associated objects should be copied.con- the database connection to read associated objects.- Throws:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
getPeer
public JobEntryTorquePeer getPeer()
returns 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.
-
getTableMap
public org.apache.torque.map.TableMap getTableMap() throws org.apache.torque.TorqueException
Retrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().- Returns:
- The associated TableMap object.
- Throws:
org.apache.torque.TorqueException- if associated objects are not found
-
equals
public boolean equals(Object toCompare)
Compares the primary key of this instance with the key of another.
-
hashCode
public int hashCode()
If the primary key is notnull, return the hashcode of the primary key. Otherwise callsObject.hashCode().
-
valueEquals
public boolean valueEquals(JobEntryTorque toCompare)
Compares the content of this object to another object- Parameters:
toCompare- The object to compare to.- Returns:
- true if all of the columns in the other object have the same value as the objects in this class.
-
-