butler.ext.trans
Class TransRecord
java.lang.Object
butler.util.BaseGroovyObjectSupport
butler.sql.record.Record
butler.ext.trans.TransRecord
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class TransRecord
- extends Record
- Author:
- Fredrik Bertilsson
Methods inherited from class butler.sql.record.Record |
addRelatedRecord, addRelatedRecord, addRelatedRecord, addRelatedRecord, checkMandatory, copy, copy, delete, delete, equals, get, get, getChangedColumns, getContent, getDouble, getDouble, getFKValues, getFormattedValue, getID, getInt, getInt, getPrimaryKey, getProperty, getRelatedRecord, getRelatedRecord, getRelatedRecord, getRelatedRecords, getRelatedRecords, getRelatedRecords, getRelatedRecords, getState, getTable, hashCode, initDefaultValues, isAggregate, isChanged, makeClean, parseRecord, parseRecord, parseRecord, parseRecord, parseXML, reset, save, saveOptimistic, set, set, setAggregate, setFormattedValue, setPrimaryKey, setProperty, setRelatedRecord, setRelatedRecord, setRelatedRecords, setRelatedRecords, setRelatedRecords, setState, toString, toString, toXML, toXML, toXMLCompact, toXMLCompact, toXMLSimple, trim, unload, validate |
Methods inherited from class butler.util.BaseGroovyObjectSupport |
getMetaClass, invokeMethod, setMetaClass |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TransRecord
public TransRecord(Table table)
getTransid
public java.lang.Integer getTransid()
throws java.lang.Exception
- Throws:
java.lang.Exception
setTransid
public void setTransid(java.lang.Integer value)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStarttime
public java.sql.Timestamp getStarttime()
throws java.lang.Exception
- Throws:
java.lang.Exception
setStarttime
public void setStarttime(java.sql.Timestamp value)
throws java.lang.Exception
- Throws:
java.lang.Exception
getEndtime
public java.sql.Timestamp getEndtime()
throws java.lang.Exception
- Throws:
java.lang.Exception
setEndtime
public void setEndtime(java.sql.Timestamp value)
throws java.lang.Exception
- Throws:
java.lang.Exception