Package tilda.data
Class Job_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__JOB
-
- tilda.data.Job_Data
-
- All Implemented Interfaces:
CSVable
,JSONable
,OCCObject
,ReaderObject
,WriterObject
public class Job_Data extends TILDA__JOB
This is the application class Data_Job mapped to the table TILDA.Job.- See Also:
TILDA__JOB
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__JOB
__Saved_refnum, FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description Job_Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
afterRead(Connection C)
protected boolean
beforeWrite(Connection C)
-
Methods inherited from class tilda.data._Tilda.TILDA__JOB
copy, copyTo, getCreated, getDataEnd, getDataEndTZ, getDataStart, getDataStartTZ, getDeleted, getEnd, getEndTZ, getLastUpdated, getMsg, getName, getRefnum, getStart, getStartTZ, getStatus, getTimeStampSignature, getType, getUserId, getWriteQuery, hasChanged, hasChangedCreated, hasChangedDataEnd, hasChangedDataEndTZ, hasChangedDataStart, hasChangedDataStartTZ, hasChangedDeleted, hasChangedEnd, hasChangedEndTZ, hasChangedLastUpdated, hasChangedMsg, hasChangedName, hasChangedStart, hasChangedStartTZ, hasChangedStatus, hasChangedType, hasChangedUserId, initDataEndVal, initDataStartVal, initEndVal, initJson_DataEnd, initJson_DataStart, initJson_End, initJson_Start, initStartVal, isNewlyCreated, isNullDataEnd, isNullDataEndTZ, isNullDataStart, isNullDataStartTZ, isNullDeleted, isNullEnd, isNullEndTZ, isNullMsg, isNullStatus, isNullType, isNullUserId, populatePreparedStatement, read, refresh, setCreated, setCreated, setCreatedNow, setCreatedUndefined, setDataEnd, setDataEnd, setDataEndNow, setDataEndUndefined, setDataStart, setDataStart, setDataStartNow, setDataStartUndefined, setDeleted, setDeleted, setDeletedNow, setDeletedUndefined, setEnd, setEnd, setEndNow, setEndUndefined, setLastUpdated, setLastUpdated, setLastUpdatedNow, setLastUpdatedUndefined, setMsg, setName, setNullDataEnd, setNullDataStart, setNullDeleted, setNullEnd, setNullMsg, setNullStatus, setNullType, setNullUserId, setRefnum, setStart, setStart, setStartNow, setStartUndefined, setStatus, setType, setUserId, stateUpdatePostWrite, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, toString, touch, validateDeserialization, write
-
-
-
-
Method Detail
-
beforeWrite
protected boolean beforeWrite(Connection C) throws java.lang.Exception
- Specified by:
beforeWrite
in classTILDA__JOB
- Throws:
java.lang.Exception
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterRead
in classTILDA__JOB
- Throws:
java.lang.Exception
-
-