org.modelsphere.sms.be.db
Class DbBEFlowQualifier
java.lang.Object
PersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.sms.be.db.DbBEQualifierLink
org.modelsphere.sms.be.db.DbBEFlowQualifier
public final class DbBEFlowQualifier
- extends DbBEQualifierLink
Direct subclass(es)/subinterface(s) : none.
Composites : DbBEFlow.
Components : none.
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 |
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, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, matches, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setName, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fQualifier
public static final MetaRelation1 fQualifier
metaClass
public static final MetaClass metaClass
DbBEFlowQualifier
public DbBEFlowQualifier()
- Parameter-less constructor. Required by Java Beans Conventions.
DbBEFlowQualifier
public DbBEFlowQualifier(DbObject composite,
DbSMSSemanticalObject semObj)
throws DbException
- Creates an instance of DbBEFlowQualifier.
- Parameters:
composite
- org.modelsphere.jack.baseDb.db.DbObjectsemobj
- org.modelsphere.sms.db.DbSMSSemanticalObject
- Throws:
DbException
initMeta
public static void initMeta()
- For internal use only.
getSemanticalName
public final java.lang.String getSemanticalName(int form)
throws DbException
- Overrides:
getSemanticalName
in class DbObject
- Parameters:
form
- int
- Returns:
- string
- Throws:
DbException
getName
public final java.lang.String getName()
throws DbException
- Overrides:
getName
in class DbObject
- Returns:
- string
- Throws:
DbException
setQualifier
public final void setQualifier(DbBEQualifier value)
throws DbException
- Sets the qualifier object associated to a DbBEFlowQualifier's instance.
- Parameters:
value
- the qualifier object to be associated
- Throws:
DbException
set
public void set(MetaField metaField,
java.lang.Object value)
throws DbException
- Overrides:
set
in class DbBEQualifierLink
- Throws:
DbException
set
public void set(MetaRelationN relation,
DbObject neighbor,
int op)
throws DbException
- Overrides:
set
in class DbBEQualifierLink
- Throws:
DbException
getQualifier
public final DbBEQualifier getQualifier()
throws DbException
- Gets the qualifier object associated to a DbBEFlowQualifier's instance.
- Returns:
- the qualifier object
- Throws:
DbException
getMetaClass
public MetaClass getMetaClass()
- Specified by:
getMetaClass
in class DbObject
Open ModelSphere 2007. All Rights Reserved.