Package tilda.data
Class DateLimitDim_Data
- java.lang.Object
- 
- tilda.data._Tilda.TILDA__DATELIMITDIM
- 
- tilda.data.DateLimitDim_Data
 
 
- 
- All Implemented Interfaces:
- CSVable,- JSONable,- ReaderObject,- WriterObject
 
 public class DateLimitDim_Data extends TILDA__DATELIMITDIM This is the application class Data_DateLimitDim mapped to the table TILDA.DateLimitDim.- See Also:
- TILDA__DATELIMITDIM
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static org.apache.logging.log4j.LoggerLOG- 
Fields inherited from class tilda.data._Tilda.TILDA__DATELIMITDIM__Saved_invalidDate, FACTORY_CLASS, TABLENAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description DateLimitDim_Data()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanafterRead(Connection C)protected booleanbeforeWrite(Connection C)booleantouch(Connection C)Sets the 'lastUpdated' column to now and causes a Write to occur to update the object in the data store.- 
Methods inherited from class tilda.data._Tilda.TILDA__DATELIMITDIMcopy, copyTo, getFirstValidLookupBy, getInvalidDate, getMaxDate, getMinDate, getTimeStampSignature, getWriteQuery, hasChanged, hasChangedInvalidDate, hasChangedMaxDate, hasChangedMinDate, isNewlyCreated, populatePreparedStatement, read, refresh, setInvalidDate, setMaxDate, setMinDate, stateUpdatePostWrite, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, toString, upsert, validateDeserialization, write
 
- 
 
- 
- 
- 
Method Detail- 
beforeWriteprotected boolean beforeWrite(Connection C) throws java.lang.Exception - Specified by:
- beforeWritein class- TILDA__DATELIMITDIM
- Throws:
- java.lang.Exception
 
 - 
afterReadprotected boolean afterRead(Connection C) throws java.lang.Exception - Specified by:
- afterReadin class- TILDA__DATELIMITDIM
- Throws:
- java.lang.Exception
 
 - 
touchpublic boolean touch(Connection C) throws java.lang.Exception Description copied from class:TILDA__DATELIMITDIMSets the 'lastUpdated' column to now and causes a Write to occur to update the object in the data store.- Specified by:
- touchin interface- WriterObject
- Specified by:
- touchin class- TILDA__DATELIMITDIM
- Throws:
- java.lang.Exception
 
 
- 
 
-