org.modelsphere.sms.be.db
Class DbBEActorQualifier

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.sms.be.db.DbBEQualifierLink
              extended by org.modelsphere.sms.be.db.DbBEActorQualifier

public final class DbBEActorQualifier
extends DbBEQualifierLink

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaRelation1 fQualifier
           
static MetaClass metaClass
           
 
Fields inherited from class org.modelsphere.sms.be.db.DbBEQualifierLink
fDescription, fRate, fRate2, fRateUnit
 
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
DbBEActorQualifier()
          Parameter-less constructor.
DbBEActorQualifier(DbObject composite, DbSMSSemanticalObject semObj)
          Creates an instance of DbBEActorQualifier.
 
Method Summary
 MetaClass getMetaClass()
           
 java.lang.String getName()
           
 DbBEQualifier getQualifier()
          Gets the qualifier object associated to a DbBEActorQualifier's instance.
 java.lang.String getSemanticalName(int form)
           
static void initMeta()
          For internal use only.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setQualifier(DbBEQualifier value)
          Sets the qualifier object associated to a DbBEActorQualifier's instance.
 
Methods inherited from class org.modelsphere.sms.be.db.DbBEQualifierLink
getDescription, getRate, getRate2, getRateUnit, setDescription, setRate, setRate2, setRateUnit
 
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
 

Field Detail

fQualifier

public static final MetaRelation1 fQualifier

metaClass

public static final MetaClass metaClass
Constructor Detail

DbBEActorQualifier

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


DbBEActorQualifier

public DbBEActorQualifier(DbObject composite,
                          DbSMSSemanticalObject semObj)
                   throws DbException
Creates an instance of DbBEActorQualifier.

Parameters:
composite - org.modelsphere.jack.baseDb.db.DbObject
semobj - org.modelsphere.sms.db.DbSMSSemanticalObject
Throws:
DbException
Method Detail

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 DbBEActorQualifier'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 DbBEActorQualifier's instance.

Returns:
the qualifier object
Throws:
DbException

getMetaClass

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


Open ModelSphere 2007. All Rights Reserved.