butler.ext.log
Class OperationRecord

java.lang.Object
  extended by butler.util.BaseGroovyObjectSupport
      extended by butler.sql.record.Record
          extended by butler.ext.log.OperationRecord
All Implemented Interfaces:
groovy.lang.GroovyObject

public class OperationRecord
extends Record

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from class butler.sql.record.Record
Record.State, Record.ValidationException
 
Field Summary
 
Fields inherited from class butler.sql.record.Record
_relatedRecord, _relatedRecords
 
Constructor Summary
OperationRecord(Table table)
           
 
Method Summary
 java.lang.Integer getOperationid()
           
 java.lang.String getTablename()
           
 java.lang.Integer getTransid()
           
 OperationType getType()
           
 void setOperationid(java.lang.Integer value)
           
 void setTablename(java.lang.String value)
           
 void setTransid(java.lang.Integer value)
           
 void setType(OperationType value)
           
 
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
 

Constructor Detail

OperationRecord

public OperationRecord(Table table)
Method Detail

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

getOperationid

public java.lang.Integer getOperationid()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

setOperationid

public void setOperationid(java.lang.Integer value)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getTablename

public java.lang.String getTablename()
                              throws java.lang.Exception
Throws:
java.lang.Exception

setTablename

public void setTablename(java.lang.String value)
                  throws java.lang.Exception
Throws:
java.lang.Exception

getType

public OperationType getType()
                      throws java.lang.Exception
Throws:
java.lang.Exception

setType

public void setType(OperationType value)
             throws java.lang.Exception
Throws:
java.lang.Exception