ThinkUI SQL Client 1.1.3 API

thinkui.sqlclient.objects
Class AuditTrailDataObject

java.lang.Object
  extended bythinkui.db.AbstractDataObject
      extended bythinkui.sqlclient.objects.AuditTrailDataObject
All Implemented Interfaces:
thinkui.common.CaptionSupport, thinkui.common.ClassNameSupport, java.lang.Cloneable, java.lang.Comparable, thinkui.db.DataClassSupport, DataObject, java.io.Serializable
Direct Known Subclasses:
DataAttrCons, DataAttribute, DataAttrType, DataClass, DataModel, DataRelationship, DbConnection, DbVersion, Filter, Project, Query, TemplateFile

public abstract class AuditTrailDataObject
extends thinkui.db.AbstractDataObject

Extends AbstractDataObject to implement the base class for all data objects with audit trail columns.

See Also:
Serialized Form

Field Summary
static java.lang.String CREATE_DATETIME
           
static java.lang.String CREATE_USER
           
static java.lang.String UPDATE_DATETIME
           
static java.lang.String UPDATE_USER
           
 
Fields inherited from interface thinkui.db.DataObject
INDEX_SEPARATOR, NAME_SEPARATOR
 
Constructor Summary
AuditTrailDataObject()
          AuditTrailDataObject constructor.
 
Methods inherited from class thinkui.db.AbstractDataObject
clearValue, clearValues, compareTo, copy, copyFrom, copyFrom, copyFrom, copyNonEmptyValuesFrom, equals, getAsString, getAttribute, getBigDecimal, getBigInteger, getBoolean, getCaption, getCharacter, getDate, getInteger, getLong, getModifiedAttrNames, getName, getNumber, getObjectClassName, getPersistentState, getPrimaryKey, getShort, getString, getTimestamp, getValue, getValuesMap, hashCode, initFrom, initFrom, initFrom, initValue, isAttribute, isModified, isModified, isNew, isOverridden, isReadOnly, isReadOnly, isValueEmpty, isValueSet, override, setModifiedAttrNames, setName, setPersistentState, setReadOnly, setValue, setValuesMap, toString, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface thinkui.db.DataClassSupport
getDataClass
 

Field Detail

CREATE_DATETIME

public static final java.lang.String CREATE_DATETIME
See Also:
Constant Field Values

CREATE_USER

public static final java.lang.String CREATE_USER
See Also:
Constant Field Values

UPDATE_DATETIME

public static final java.lang.String UPDATE_DATETIME
See Also:
Constant Field Values

UPDATE_USER

public static final java.lang.String UPDATE_USER
See Also:
Constant Field Values
Constructor Detail

AuditTrailDataObject

public AuditTrailDataObject()
AuditTrailDataObject constructor.


ThinkUI SQL Client 1.1.3 API

Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.