ThinkUI SQL Client 1.1.3 API

thinkui.sqlclient.objects
Class DbVersion

java.lang.Object
  extended bythinkui.db.AbstractDataObject
      extended bythinkui.sqlclient.objects.AuditTrailDataObject
          extended bythinkui.sqlclient.objects.DbVersion
All Implemented Interfaces:
thinkui.common.CaptionSupport, thinkui.common.ClassNameSupport, java.lang.Cloneable, java.lang.Comparable, thinkui.db.DataClassSupport, DataObject, java.io.Serializable

public class DbVersion
extends AuditTrailDataObject

Implements the DbVersion DataObject.

See Also:
Serialized Form

Field Summary
static java.lang.String BUILD_NO
           
static DataClass DATA_CLASS
           
static java.lang.String DESCRIPTION
           
static java.lang.String ID
           
static java.lang.String MAJOR_NO
           
static java.lang.String MINOR_NO
           
static java.lang.String RELEASE_NO
           
static java.lang.String RELEASE_SUFFIX
           
 
Fields inherited from class thinkui.sqlclient.objects.AuditTrailDataObject
CREATE_DATETIME, CREATE_USER, UPDATE_DATETIME, UPDATE_USER
 
Fields inherited from interface thinkui.db.DataObject
INDEX_SEPARATOR, NAME_SEPARATOR
 
Constructor Summary
DbVersion()
          DbVersion constructor.
DbVersion(java.lang.String objectName)
          DbVersion constructor.
 
Method Summary
 java.lang.Integer getBuildNoValue()
          Convenience method to invoke getValue() for the BUILD_NO attribute.
 java.sql.Timestamp getCreateDatetimeValue()
          Convenience method to invoke getValue() for the CREATE_DATETIME attribute.
 DataClass getDataClass()
           
 java.lang.String getDescriptionValue()
          Convenience method to invoke getValue() for the DESCRIPTION attribute.
 java.lang.Integer getIdValue()
          Convenience method to invoke getValue() for the ID attribute.
 java.lang.Integer getMajorNoValue()
          Convenience method to invoke getValue() for the MAJOR_NO attribute.
 java.lang.Integer getMinorNoValue()
          Convenience method to invoke getValue() for the MINOR_NO attribute.
 java.lang.Integer getReleaseNoValue()
          Convenience method to invoke getValue() for the RELEASE_NO attribute.
 java.lang.String getReleaseSuffixValue()
          Convenience method to invoke getValue() for the RELEASE_SUFFIX attribute.
 java.sql.Timestamp getUpdateDatetimeValue()
          Convenience method to invoke getValue() for the UPDATE_DATETIME attribute.
 void setBuildNoValue(java.lang.Integer buildNo)
          Convenience method to invoke setValue() for the BUILD_NO attribute.
 void setCreateDatetimeValue(java.sql.Timestamp createDatetime)
          Convenience method to invoke setValue() for the CREATE_DATETIME attribute.
 void setDescriptionValue(java.lang.String description)
          Convenience method to invoke setValue() for the DESCRIPTION attribute.
 void setIdValue(java.lang.Integer id)
          Convenience method to invoke setValue() for the ID attribute.
 void setMajorNoValue(java.lang.Integer majorNo)
          Convenience method to invoke setValue() for the MAJOR_NO attribute.
 void setMinorNoValue(java.lang.Integer minorNo)
          Convenience method to invoke setValue() for the MINOR_NO attribute.
 void setReleaseNoValue(java.lang.Integer releaseNo)
          Convenience method to invoke setValue() for the RELEASE_NO attribute.
 void setReleaseSuffixValue(java.lang.String releaseSuffix)
          Convenience method to invoke setValue() for the RELEASE_SUFFIX attribute.
 void setUpdateDatetimeValue(java.sql.Timestamp updateDatetime)
          Convenience method to invoke setValue() for the UPDATE_DATETIME attribute.
 
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
 

Field Detail

BUILD_NO

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

DATA_CLASS

public static final DataClass DATA_CLASS

DESCRIPTION

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

ID

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

MAJOR_NO

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

MINOR_NO

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

RELEASE_NO

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

RELEASE_SUFFIX

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

DbVersion

public DbVersion()
DbVersion constructor.


DbVersion

public DbVersion(java.lang.String objectName)
DbVersion constructor.

Method Detail

getBuildNoValue

public final java.lang.Integer getBuildNoValue()
Convenience method to invoke getValue() for the BUILD_NO attribute.

Returns:
the BUILD_NO attribute value.

getCreateDatetimeValue

public final java.sql.Timestamp getCreateDatetimeValue()
Convenience method to invoke getValue() for the CREATE_DATETIME attribute.

Returns:
the CREATE_DATETIME attribute value.

getDataClass

public final DataClass getDataClass()

getDescriptionValue

public final java.lang.String getDescriptionValue()
Convenience method to invoke getValue() for the DESCRIPTION attribute.

Returns:
the DESCRIPTION attribute value.

getIdValue

public final java.lang.Integer getIdValue()
Convenience method to invoke getValue() for the ID attribute.

Returns:
the ID attribute value.

getMajorNoValue

public final java.lang.Integer getMajorNoValue()
Convenience method to invoke getValue() for the MAJOR_NO attribute.

Returns:
the MAJOR_NO attribute value.

getMinorNoValue

public final java.lang.Integer getMinorNoValue()
Convenience method to invoke getValue() for the MINOR_NO attribute.

Returns:
the MINOR_NO attribute value.

getReleaseNoValue

public final java.lang.Integer getReleaseNoValue()
Convenience method to invoke getValue() for the RELEASE_NO attribute.

Returns:
the RELEASE_NO attribute value.

getReleaseSuffixValue

public final java.lang.String getReleaseSuffixValue()
Convenience method to invoke getValue() for the RELEASE_SUFFIX attribute.

Returns:
the RELEASE_SUFFIX attribute value.

getUpdateDatetimeValue

public final java.sql.Timestamp getUpdateDatetimeValue()
Convenience method to invoke getValue() for the UPDATE_DATETIME attribute.

Returns:
the UPDATE_DATETIME attribute value.

setBuildNoValue

public final void setBuildNoValue(java.lang.Integer buildNo)
Convenience method to invoke setValue() for the BUILD_NO attribute. Sets the BUILD_NO attribute value.


setCreateDatetimeValue

public final void setCreateDatetimeValue(java.sql.Timestamp createDatetime)
Convenience method to invoke setValue() for the CREATE_DATETIME attribute. Sets the CREATE_DATETIME attribute value.


setDescriptionValue

public final void setDescriptionValue(java.lang.String description)
Convenience method to invoke setValue() for the DESCRIPTION attribute. Sets the DESCRIPTION attribute value.


setIdValue

public final void setIdValue(java.lang.Integer id)
Convenience method to invoke setValue() for the ID attribute. Sets the ID attribute value.


setMajorNoValue

public final void setMajorNoValue(java.lang.Integer majorNo)
Convenience method to invoke setValue() for the MAJOR_NO attribute. Sets the MAJOR_NO attribute value.


setMinorNoValue

public final void setMinorNoValue(java.lang.Integer minorNo)
Convenience method to invoke setValue() for the MINOR_NO attribute. Sets the MINOR_NO attribute value.


setReleaseNoValue

public final void setReleaseNoValue(java.lang.Integer releaseNo)
Convenience method to invoke setValue() for the RELEASE_NO attribute. Sets the RELEASE_NO attribute value.


setReleaseSuffixValue

public final void setReleaseSuffixValue(java.lang.String releaseSuffix)
Convenience method to invoke setValue() for the RELEASE_SUFFIX attribute. Sets the RELEASE_SUFFIX attribute value.


setUpdateDatetimeValue

public final void setUpdateDatetimeValue(java.sql.Timestamp updateDatetime)
Convenience method to invoke setValue() for the UPDATE_DATETIME attribute. Sets the UPDATE_DATETIME attribute value.


ThinkUI SQL Client 1.1.3 API

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