Package tilda.data
Class ZoneInfo_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__ZONEINFO
-
- tilda.data.ZoneInfo_Data
-
- All Implemented Interfaces:
CSVable
,JSONable
,ReaderObject
,WriterObject
public class ZoneInfo_Data extends TILDA__ZONEINFO
This is the application class Data_ZONEINFO mapped to the table TILDA.ZONEINFO.- See Also:
TILDA__ZONEINFO
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__ZONEINFO
__Saved_id, __Saved_value, FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description ZoneInfo_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__ZONEINFO
copy, copyTo, getCreated, getDeactivated, getDeactivatedTZ, getDeleted, getFirstValidLookupBy, getId, getLabel, getLastUpdated, getTimeStampSignature, getValue, getWriteQuery, hasChanged, hasChangedCreated, hasChangedDeactivated, hasChangedDeactivatedTZ, hasChangedDeleted, hasChangedLabel, hasChangedLastUpdated, hasChangedValue, initDeactivatedVal, initId, initJson_Deactivated, isNewlyCreated, isNullDeactivated, isNullDeactivatedTZ, isNullDeleted, populatePreparedStatement, read, refresh, setCreated, setCreated, setCreatedNow, setCreatedUndefined, setDeactivated, setDeactivated, setDeactivatedNow, setDeactivatedUndefined, setDeleted, setDeleted, setDeletedNow, setDeletedUndefined, setId, setLabel, setLastUpdated, setLastUpdated, setLastUpdatedNow, setLastUpdatedUndefined, setNullDeactivated, setNullDeleted, setValue, stateUpdatePostWrite, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, toString, touch, upsert, validateDeserialization, write
-
-
-
-
Method Detail
-
beforeWrite
protected boolean beforeWrite(Connection C) throws java.lang.Exception
- Specified by:
beforeWrite
in classTILDA__ZONEINFO
- Throws:
java.lang.Exception
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterRead
in classTILDA__ZONEINFO
- Throws:
java.lang.Exception
-
-