org.modelsphere.sms.or.db
Class DbORCommonItem

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.jack.baseDb.db.DbSemanticalObject
              extended by org.modelsphere.sms.db.DbSMSSemanticalObject
                  extended by org.modelsphere.sms.db.DbSMSCommonItem
                      extended by org.modelsphere.sms.or.db.DbORCommonItem

public final class DbORCommonItem
extends DbSMSCommonItem

Direct subclass(es)/subinterface(s) : none.
Composites : DbORCommonItemModel.
Components : DbSMSObjectImport.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaRelationN fColumns
           
static MetaRelationN fFields
           
static MetaField fFinal
           
static MetaField fLength
           
static MetaField fNbDecimal
           
static MetaField fNull
           
static MetaRelation1 fOoType
           
static MetaField fStatic
           
static MetaField fTransient
           
static MetaRelation1 fType
           
static MetaField fTypeUse
           
static MetaField fTypeUseStyle
           
static MetaField fVisibility
           
static MetaField fVolatile
           
static MetaClass metaClass
           
 
Fields inherited from class org.modelsphere.sms.db.DbSMSCommonItem
fCommonItemGos
 
Fields inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject
fObjectImports, fSourceLinks, fSubCopies, fSuperCopy, fTargetLinks, fUmlConstraints, fUmlStereotype
 
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject
fAdminAccessList, fAlias, fDescription, fName, fPhysicalName, fWriteAccessList
 
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess
 
Constructor Summary
DbORCommonItem()
          Parameter-less constructor.
DbORCommonItem(DbObject composite)
          Creates an instance of DbORCommonItem.
 
Method Summary
 DbRelationN getColumns()
          Gets the list of columns associated to a DbORCommonItem's instance.
 DbRelationN getFields()
          Gets the list of fields associated to a DbORCommonItem's instance.
 java.lang.Boolean getFinal()
          Deprecated. use isFinal() method instead
 java.lang.Integer getLength()
          Gets the "length" of a DbORCommonItem's instance.
 MetaClass getMetaClass()
           
 java.lang.Integer getNbDecimal()
          Gets the "nbr. decimals" of a DbORCommonItem's instance.
 java.lang.Boolean getNull()
          Gets the "null possible" of a DbORCommonItem's instance.
 DbOOAdt getOoType()
          Gets the oo type object associated to a DbORCommonItem's instance.
 java.lang.Boolean getStatic()
          Deprecated. use isStatic() method instead
 java.lang.Boolean getTransient()
          Deprecated. use isTransient() method instead
 DbORTypeClassifier getType()
          Gets the type object associated to a DbORCommonItem's instance.
 java.lang.String getTypeUse()
          Gets the "oo type use" property of a DbORCommonItem's instance.
 OOTypeUseStyle getTypeUseStyle()
          Gets the "oo type use style" of a DbORCommonItem's instance.
 JVVisibility getVisibility()
          Gets the "oo visibility" of a DbORCommonItem's instance.
 java.lang.Boolean getVolatile()
          Deprecated. use isVolatile() method instead
static void initMeta()
          For internal use only.
 boolean isFinal()
          Tells whether a DbORCommonItem's instance is final or not.
 boolean isStatic()
          Tells whether a DbORCommonItem's instance is static or not.
 boolean isTransient()
          Tells whether a DbORCommonItem's instance is transient or not.
 boolean isVolatile()
          Tells whether a DbORCommonItem's instance is volatile or not.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setFinal(java.lang.Boolean value)
          Sets the "oo final" property of a DbORCommonItem's instance.
 void setLength(java.lang.Integer value)
          Sets the "length" property of a DbORCommonItem's instance.
 void setNbDecimal(java.lang.Integer value)
          Sets the "nbr. decimals" property of a DbORCommonItem's instance.
 void setNull(java.lang.Boolean value)
          Sets the "null possible" property of a DbORCommonItem's instance.
 void setOoType(DbOOAdt value)
          Sets the oo type object associated to a DbORCommonItem's instance.
 void setStatic(java.lang.Boolean value)
          Sets the "oo static" property of a DbORCommonItem's instance.
 void setTransient(java.lang.Boolean value)
          Sets the "oo transient" property of a DbORCommonItem's instance.
 void setType(DbORTypeClassifier value)
          Sets the type object associated to a DbORCommonItem's instance.
 void setTypeUse(java.lang.String value)
          Sets the "oo type use" property of a DbORCommonItem's instance.
 void setTypeUseStyle(OOTypeUseStyle value)
          Sets the "oo type use style" property of a DbORCommonItem's instance.
 void setVisibility(JVVisibility value)
          Sets the "oo visibility" property of a DbORCommonItem's instance.
 void setVolatile(java.lang.Boolean value)
          Sets the "oo volatile" property of a DbORCommonItem's instance.
 
Methods inherited from class org.modelsphere.sms.db.DbSMSCommonItem
getCommonItemGos
 
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, setSuperCopy, setTargetLinks, setUmlConstraints, setUmlStereotype
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject
findComponentByPhysicalName, getAdminAccessList, getAlias, getDescription, getName, getPhysicalName, getWriteAccessList, matches, setAlias, setDescription, setName, setPhysicalName
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbObject
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, copyComponent, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, findComponentByName, findComponentByName, findMatchingObject, generateEDCTimestamp, get, get, get, getAccordingToStatus, getComponents, getComposite, getCompositeOfType, getCreationTime, getDb, getDependencyRelations, getEDCTimestamp, getFullDisplayName, getId, getMatchingObject, getMinCard, getModificationTime, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalIcon, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fLength

public static final MetaField fLength

fNbDecimal

public static final MetaField fNbDecimal

fNull

public static final MetaField fNull

fColumns

public static final MetaRelationN fColumns

fType

public static final MetaRelation1 fType

fVisibility

public static final MetaField fVisibility

fTypeUse

public static final MetaField fTypeUse

fTypeUseStyle

public static final MetaField fTypeUseStyle

fStatic

public static final MetaField fStatic

fFinal

public static final MetaField fFinal

fTransient

public static final MetaField fTransient

fVolatile

public static final MetaField fVolatile

fOoType

public static final MetaRelation1 fOoType

fFields

public static final MetaRelationN fFields

metaClass

public static final MetaClass metaClass
Constructor Detail

DbORCommonItem

public DbORCommonItem()
Parameter-less constructor. Required by Java Beans Conventions.


DbORCommonItem

public DbORCommonItem(DbObject composite)
               throws DbException
Creates an instance of DbORCommonItem.

Parameters:
composite - the object which will contain the newly-created instance
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


set

public void set(MetaField metaField,
                java.lang.Object value)
         throws DbException
Overrides:
set in class DbSMSCommonItem
Parameters:
metafield - org.modelsphere.jack.baseDb.meta.MetaField
value - java.lang.Object
Throws:
DbException

setLength

public final void setLength(java.lang.Integer value)
                     throws DbException
Sets the "length" property of a DbORCommonItem's instance.

Parameters:
value - the "length" property
Throws:
DbException

setNbDecimal

public final void setNbDecimal(java.lang.Integer value)
                        throws DbException
Sets the "nbr. decimals" property of a DbORCommonItem's instance.

Parameters:
value - the "nbr. decimals" property
Throws:
DbException

setNull

public final void setNull(java.lang.Boolean value)
                   throws DbException
Sets the "null possible" property of a DbORCommonItem's instance.

Parameters:
value - the "null possible" property
Throws:
DbException

setType

public final void setType(DbORTypeClassifier value)
                   throws DbException
Sets the type object associated to a DbORCommonItem's instance.

Parameters:
value - the type object to be associated
Throws:
DbException

setVisibility

public final void setVisibility(JVVisibility value)
                         throws DbException
Sets the "oo visibility" property of a DbORCommonItem's instance.

Parameters:
value - the "oo visibility" property
Throws:
DbException

setTypeUse

public final void setTypeUse(java.lang.String value)
                      throws DbException
Sets the "oo type use" property of a DbORCommonItem's instance.

Parameters:
value - the "oo type use" property
Throws:
DbException

setTypeUseStyle

public final void setTypeUseStyle(OOTypeUseStyle value)
                           throws DbException
Sets the "oo type use style" property of a DbORCommonItem's instance.

Parameters:
value - the "oo type use style" property
Throws:
DbException

setStatic

public final void setStatic(java.lang.Boolean value)
                     throws DbException
Sets the "oo static" property of a DbORCommonItem's instance.

Parameters:
value - the "oo static" property
Throws:
DbException

setFinal

public final void setFinal(java.lang.Boolean value)
                    throws DbException
Sets the "oo final" property of a DbORCommonItem's instance.

Parameters:
value - the "oo final" property
Throws:
DbException

setTransient

public final void setTransient(java.lang.Boolean value)
                        throws DbException
Sets the "oo transient" property of a DbORCommonItem's instance.

Parameters:
value - the "oo transient" property
Throws:
DbException

setVolatile

public final void setVolatile(java.lang.Boolean value)
                       throws DbException
Sets the "oo volatile" property of a DbORCommonItem's instance.

Parameters:
value - the "oo volatile" property
Throws:
DbException

setOoType

public final void setOoType(DbOOAdt value)
                     throws DbException
Sets the oo type object associated to a DbORCommonItem's instance.

Parameters:
value - the oo type object to be associated
Throws:
DbException

set

public void set(MetaRelationN relation,
                DbObject neighbor,
                int op)
         throws DbException
Overrides:
set in class DbSMSCommonItem
Throws:
DbException

getLength

public final java.lang.Integer getLength()
                                  throws DbException
Gets the "length" of a DbORCommonItem's instance.

Returns:
the "length"
Throws:
DbException

getNbDecimal

public final java.lang.Integer getNbDecimal()
                                     throws DbException
Gets the "nbr. decimals" of a DbORCommonItem's instance.

Returns:
the "nbr. decimals"
Throws:
DbException

getNull

public final java.lang.Boolean getNull()
                                throws DbException
Gets the "null possible" of a DbORCommonItem's instance.

Returns:
the "null possible"
Throws:
DbException

getColumns

public final DbRelationN getColumns()
                             throws DbException
Gets the list of columns associated to a DbORCommonItem's instance.

Returns:
the list of columns.
Throws:
DbException

getType

public final DbORTypeClassifier getType()
                                 throws DbException
Gets the type object associated to a DbORCommonItem's instance.

Returns:
the type object
Throws:
DbException

getVisibility

public final JVVisibility getVisibility()
                                 throws DbException
Gets the "oo visibility" of a DbORCommonItem's instance.

Returns:
the "oo visibility"
Throws:
DbException

getTypeUse

public final java.lang.String getTypeUse()
                                  throws DbException
Gets the "oo type use" property of a DbORCommonItem's instance.

Returns:
the "oo type use" property
Throws:
DbException

getTypeUseStyle

public final OOTypeUseStyle getTypeUseStyle()
                                     throws DbException
Gets the "oo type use style" of a DbORCommonItem's instance.

Returns:
the "oo type use style"
Throws:
DbException

getStatic

public final java.lang.Boolean getStatic()
                                  throws DbException
Deprecated. use isStatic() method instead

Gets the "oo static" property's Boolean value of a DbORCommonItem's instance.

Returns:
the "oo static" property's Boolean value
Throws:
DbException

isStatic

public final boolean isStatic()
                       throws DbException
Tells whether a DbORCommonItem's instance is static or not.

Returns:
boolean
Throws:
DbException

getFinal

public final java.lang.Boolean getFinal()
                                 throws DbException
Deprecated. use isFinal() method instead

Gets the "oo final" property's Boolean value of a DbORCommonItem's instance.

Returns:
the "oo final" property's Boolean value
Throws:
DbException

isFinal

public final boolean isFinal()
                      throws DbException
Tells whether a DbORCommonItem's instance is final or not.

Returns:
boolean
Throws:
DbException

getTransient

public final java.lang.Boolean getTransient()
                                     throws DbException
Deprecated. use isTransient() method instead

Gets the "oo transient" property's Boolean value of a DbORCommonItem's instance.

Returns:
the "oo transient" property's Boolean value
Throws:
DbException

isTransient

public final boolean isTransient()
                          throws DbException
Tells whether a DbORCommonItem's instance is transient or not.

Returns:
boolean
Throws:
DbException

getVolatile

public final java.lang.Boolean getVolatile()
                                    throws DbException
Deprecated. use isVolatile() method instead

Gets the "oo volatile" property's Boolean value of a DbORCommonItem's instance.

Returns:
the "oo volatile" property's Boolean value
Throws:
DbException

isVolatile

public final boolean isVolatile()
                         throws DbException
Tells whether a DbORCommonItem's instance is volatile or not.

Returns:
boolean
Throws:
DbException

getOoType

public final DbOOAdt getOoType()
                        throws DbException
Gets the oo type object associated to a DbORCommonItem's instance.

Returns:
the oo type object
Throws:
DbException

getFields

public final DbRelationN getFields()
                            throws DbException
Gets the list of fields associated to a DbORCommonItem's instance.

Returns:
the list of fields.
Throws:
DbException

getMetaClass

public MetaClass getMetaClass()
Specified by:
getMetaClass in class DbObject


Open ModelSphere 2007. All Rights Reserved.