ThinkUI SQL Client 1.1.3 API

thinkui.sqlclient.objects
Class DataRelationship

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

public class DataRelationship
extends AuditTrailDataObject

Implements the DataRelationship DataObject.

See Also:
Serialized Form

Field Summary
static DataClass DATA_CLASS
           
static java.lang.String DATA_CLASS_ID
           
static java.lang.String DATA_MODEL_ID
           
static java.lang.String DATA_RELATIONSHIP_SEQ
           
static java.lang.String FROM_ATTR_NAMES
           
static java.lang.String FROM_DATA_CLASS_NAME
           
static java.lang.String ID
           
static java.lang.String ORDINAL
           
static java.lang.String RELATIONSHIP_NAME
           
static java.lang.String RELATIONSHIP_TYPE
           
static java.lang.String TO_ATTR_NAMES
           
static java.lang.String TO_DATA_CLASS_ID
           
static java.lang.String TO_DATA_CLASS_NAME
           
 
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
DataRelationship()
          DataRelationship constructor.
DataRelationship(java.lang.String objectName)
          DataRelationship constructor.
 
Method Summary
 java.sql.Timestamp getCreateDatetimeValue()
          Convenience method to invoke getValue() for the CREATE_DATETIME attribute.
 DataClass getDataClass()
           
 java.lang.Integer getDataClassIdValue()
          Convenience method to invoke getValue() for the DATA_CLASS_ID attribute.
 java.lang.Integer getDataModelIdValue()
          Convenience method to invoke getValue() for the DATA_MODEL_ID attribute.
 java.lang.Integer getDataRelationshipSeqValue()
          Convenience method to invoke getValue() for the DATA_RELATIONSHIP_SEQ attribute.
 java.lang.String getFromAttrNamesValue()
          Convenience method to invoke getValue() for the FROM_ATTR_NAMES attribute.
 java.lang.String getFromDataClassNameValue()
          Convenience method to invoke getValue() for the FROM_DATA_CLASS_NAME attribute.
 java.lang.Integer getIdValue()
          Convenience method to invoke getValue() for the ID attribute.
 java.lang.Integer getOrdinalValue()
          Convenience method to invoke getValue() for the ORDINAL attribute.
 java.lang.String getRelationshipNameValue()
          Convenience method to invoke getValue() for the RELATIONSHIP_NAME attribute.
 java.lang.String getRelationshipTypeValue()
          Convenience method to invoke getValue() for the RELATIONSHIP_TYPE attribute.
 java.lang.String getToAttrNamesValue()
          Convenience method to invoke getValue() for the TO_ATTR_NAMES attribute.
 java.lang.Integer getToDataClassIdValue()
          Convenience method to invoke getValue() for the TO_DATA_CLASS_ID attribute.
 java.lang.String getToDataClassNameValue()
          Convenience method to invoke getValue() for the TO_DATA_CLASS_NAME attribute.
 java.sql.Timestamp getUpdateDatetimeValue()
          Convenience method to invoke getValue() for the UPDATE_DATETIME attribute.
 void setCreateDatetimeValue(java.sql.Timestamp createDatetime)
          Convenience method to invoke setValue() for the CREATE_DATETIME attribute.
 void setDataClassIdValue(java.lang.Integer dataClassId)
          Convenience method to invoke setValue() for the DATA_CLASS_ID attribute.
 void setDataModelIdValue(java.lang.Integer dataModelId)
          Convenience method to invoke setValue() for the DATA_MODEL_ID attribute.
 void setDataRelationshipSeqValue(java.lang.Integer dataRelationshipSeq)
          Convenience method to invoke setValue() for the DATA_RELATIONSHIP_SEQ attribute.
 void setFromAttrNamesValue(java.lang.String fromAttrNames)
          Convenience method to invoke setValue() for the FROM_ATTR_NAMES attribute.
 void setFromDataClassNameValue(java.lang.String fromDataClassName)
          Convenience method to invoke setValue() for the FROM_DATA_CLASS_NAME attribute.
 void setIdValue(java.lang.Integer id)
          Convenience method to invoke setValue() for the ID attribute.
 void setOrdinalValue(java.lang.Integer ordinal)
          Convenience method to invoke setValue() for the ORDINAL attribute.
 void setRelationshipNameValue(java.lang.String relationshipName)
          Convenience method to invoke setValue() for the RELATIONSHIP_NAME attribute.
 void setRelationshipTypeValue(java.lang.String relationshipType)
          Convenience method to invoke setValue() for the RELATIONSHIP_TYPE attribute.
 void setToAttrNamesValue(java.lang.String toAttrNames)
          Convenience method to invoke setValue() for the TO_ATTR_NAMES attribute.
 void setToDataClassIdValue(java.lang.Integer dataClassId)
          Convenience method to invoke setValue() for the TO_DATA_CLASS_ID attribute.
 void setToDataClassNameValue(java.lang.String toDataClassName)
          Convenience method to invoke setValue() for the TO_DATA_CLASS_NAME 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

DATA_CLASS

public static final DataClass DATA_CLASS

DATA_CLASS_ID

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

DATA_MODEL_ID

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

DATA_RELATIONSHIP_SEQ

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

FROM_ATTR_NAMES

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

FROM_DATA_CLASS_NAME

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

ID

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

ORDINAL

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

RELATIONSHIP_NAME

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

RELATIONSHIP_TYPE

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

TO_ATTR_NAMES

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

TO_DATA_CLASS_ID

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

TO_DATA_CLASS_NAME

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

DataRelationship

public DataRelationship()
DataRelationship constructor.


DataRelationship

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

Method Detail

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()

getDataClassIdValue

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

Returns:
the DATA_CLASS_ID attribute value.

getDataModelIdValue

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

Returns:
the DATA_MODEL_ID attribute value.

getDataRelationshipSeqValue

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

Returns:
the DATA_RELATIONSHIP_SEQ attribute value.

getFromAttrNamesValue

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

Returns:
the FROM_ATTR_NAMES attribute value.

getFromDataClassNameValue

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

Returns:
the FROM_DATA_CLASS_NAME attribute value.

getIdValue

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

Returns:
the ID attribute value.

getOrdinalValue

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

Returns:
the ORDINAL attribute value.

getRelationshipNameValue

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

Returns:
the RELATIONSHIP_NAME attribute value.

getRelationshipTypeValue

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

Returns:
the RELATIONSHIP_TYPE attribute value.

getToAttrNamesValue

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

Returns:
the TO_ATTR_NAMES attribute value.

getToDataClassIdValue

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

Returns:
the TO_DATA_CLASS_ID attribute value.

getToDataClassNameValue

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

Returns:
the TO_DATA_CLASS_NAME 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.

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.


setDataClassIdValue

public final void setDataClassIdValue(java.lang.Integer dataClassId)
Convenience method to invoke setValue() for the DATA_CLASS_ID attribute. Sets the DATA_CLASS_ID attribute value.


setDataModelIdValue

public final void setDataModelIdValue(java.lang.Integer dataModelId)
Convenience method to invoke setValue() for the DATA_MODEL_ID attribute. Sets the DATA_MODEL_ID attribute value.


setDataRelationshipSeqValue

public final void setDataRelationshipSeqValue(java.lang.Integer dataRelationshipSeq)
Convenience method to invoke setValue() for the DATA_RELATIONSHIP_SEQ attribute. Sets the DATA_RELATIONSHIP_SEQ attribute value.


setFromAttrNamesValue

public final void setFromAttrNamesValue(java.lang.String fromAttrNames)
Convenience method to invoke setValue() for the FROM_ATTR_NAMES attribute. Sets the FROM_ATTR_NAMES attribute value.


setFromDataClassNameValue

public final void setFromDataClassNameValue(java.lang.String fromDataClassName)
Convenience method to invoke setValue() for the FROM_DATA_CLASS_NAME attribute. Sets the FROM_DATA_CLASS_NAME 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.


setOrdinalValue

public final void setOrdinalValue(java.lang.Integer ordinal)
Convenience method to invoke setValue() for the ORDINAL attribute. Sets the ORDINAL attribute value.


setRelationshipNameValue

public final void setRelationshipNameValue(java.lang.String relationshipName)
Convenience method to invoke setValue() for the RELATIONSHIP_NAME attribute. Sets the RELATIONSHIP_NAME attribute value.


setRelationshipTypeValue

public final void setRelationshipTypeValue(java.lang.String relationshipType)
Convenience method to invoke setValue() for the RELATIONSHIP_TYPE attribute. Sets the RELATIONSHIP_TYPE attribute value.


setToAttrNamesValue

public final void setToAttrNamesValue(java.lang.String toAttrNames)
Convenience method to invoke setValue() for the TO_ATTR_NAMES attribute. Sets the TO_ATTR_NAMES attribute value.


setToDataClassIdValue

public final void setToDataClassIdValue(java.lang.Integer dataClassId)
Convenience method to invoke setValue() for the TO_DATA_CLASS_ID attribute. Sets the TO_DATA_CLASS_ID attribute value.


setToDataClassNameValue

public final void setToDataClassNameValue(java.lang.String toDataClassName)
Convenience method to invoke setValue() for the TO_DATA_CLASS_NAME attribute. Sets the TO_DATA_CLASS_NAME 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.