org.modelsphere.sms.be.db
Class DbBEModel

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.DbSMSPackage
                      extended by org.modelsphere.sms.be.db.DbBEModel

public final class DbBEModel
extends DbSMSPackage

Direct subclass(es)/subinterface(s) : none.
Composites : DbSMSProject, DbSMSUserDefinedPackage.
Components : DbBEUseCase, DbBEActor, DbBEStore, DbBEQualifier, DbBEResource, DbSMSNotice, DbSMSObjectImport.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaField fIsLocked
           
static MetaField fTerminologyName
           
static MetaClass metaClass
           
 
Fields inherited from class org.modelsphere.sms.db.DbSMSPackage
fAuthor, fPackageGos, fVersion
 
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
DbBEModel()
          Parameter-less constructor.
DbBEModel(DbObject composite)
          Creates an instance of DbBEModel.
 
Method Summary
 DbObject findUseCaseComponentByAlphanumericHierID(java.lang.String alphanumericHierId)
           
 DbObject findUseCaseComponentByNumericHierID(java.lang.String numericHierId)
           
protected  int getFeatureSet()
           
 java.lang.Boolean getIsLocked()
          Deprecated. use isIsLocked() method instead
 MetaClass getMetaClass()
           
protected  java.lang.Integer getNextActorIdentifier()
           
protected  java.lang.Integer getNextStoreIdentifier()
           
 java.lang.String getTerminologyName()
          Gets the "terminology" property of a DbBEModel's instance.
static void initMeta()
          For internal use only.
 boolean isHugeRelN(MetaRelationN metaRelN)
           
 boolean isIsLocked()
          Tells whether a DbBEModel's instance is isLocked or not.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setIsLocked(java.lang.Boolean value)
          Sets the "locked" property of a DbBEModel's instance.
 void setTerminologyName(java.lang.String value)
          Sets the "terminology" property of a DbBEModel's instance.
 
Methods inherited from class org.modelsphere.sms.db.DbSMSPackage
getAuthor, getPackageGos, getVersion, setAuthor, setVersion
 
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, 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

fIsLocked

public static final MetaField fIsLocked

fTerminologyName

public static final MetaField fTerminologyName

metaClass

public static final MetaClass metaClass
Constructor Detail

DbBEModel

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


DbBEModel

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

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

initMeta

public static void initMeta()
For internal use only.


isHugeRelN

public final boolean isHugeRelN(MetaRelationN metaRelN)
Overrides:
isHugeRelN in class DbObject
Parameters:
metareln - org.modelsphere.jack.baseDb.meta.MetaRelationN
Returns:
boolean

getFeatureSet

protected final int getFeatureSet()
Returns:
int

findUseCaseComponentByNumericHierID

public DbObject findUseCaseComponentByNumericHierID(java.lang.String numericHierId)
                                             throws DbException
Parameters:
numerichierid - java.lang.String
Returns:
dbobject
Throws:
DbException

findUseCaseComponentByAlphanumericHierID

public DbObject findUseCaseComponentByAlphanumericHierID(java.lang.String alphanumericHierId)
                                                  throws DbException
Parameters:
alphanumerichierid - java.lang.String
Returns:
dbobject
Throws:
DbException

getNextStoreIdentifier

protected java.lang.Integer getNextStoreIdentifier()
                                            throws DbException
Returns:
integer
Throws:
DbException

getNextActorIdentifier

protected java.lang.Integer getNextActorIdentifier()
                                            throws DbException
Returns:
integer
Throws:
DbException

set

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

setIsLocked

public final void setIsLocked(java.lang.Boolean value)
                       throws DbException
Sets the "locked" property of a DbBEModel's instance.

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

setTerminologyName

public final void setTerminologyName(java.lang.String value)
                              throws DbException
Sets the "terminology" property of a DbBEModel's instance.

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

set

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

getIsLocked

public final java.lang.Boolean getIsLocked()
                                    throws DbException
Deprecated. use isIsLocked() method instead

Gets the "locked" property's Boolean value of a DbBEModel's instance.

Returns:
the "locked" property's Boolean value
Throws:
DbException

isIsLocked

public final boolean isIsLocked()
                         throws DbException
Tells whether a DbBEModel's instance is isLocked or not.

Returns:
boolean
Throws:
DbException

getTerminologyName

public final java.lang.String getTerminologyName()
                                          throws DbException
Gets the "terminology" property of a DbBEModel's instance.

Returns:
the "terminology" property
Throws:
DbException

getMetaClass

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


Open ModelSphere 2007. All Rights Reserved.