|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.jack.baseDb.db.DbSemanticalObject
org.modelsphere.sms.db.DbSMSSemanticalObject
org.modelsphere.sms.db.DbSMSPackage
org.modelsphere.sms.be.db.DbBEModel
public final class DbBEModel
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fIsLocked
public static final MetaField fTerminologyName
public static final MetaClass metaClass
Constructor Detail |
---|
public DbBEModel()
public DbBEModel(DbObject composite) throws DbException
composite
- org.modelsphere.jack.baseDb.db.DbObject
DbException
Method Detail |
---|
public static void initMeta()
public final boolean isHugeRelN(MetaRelationN metaRelN)
isHugeRelN
in class DbObject
metareln
- org.modelsphere.jack.baseDb.meta.MetaRelationN
protected final int getFeatureSet()
public DbObject findUseCaseComponentByNumericHierID(java.lang.String numericHierId) throws DbException
numerichierid
- java.lang.String
DbException
public DbObject findUseCaseComponentByAlphanumericHierID(java.lang.String alphanumericHierId) throws DbException
alphanumerichierid
- java.lang.String
DbException
protected java.lang.Integer getNextStoreIdentifier() throws DbException
DbException
protected java.lang.Integer getNextActorIdentifier() throws DbException
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSPackage
metafield
- org.modelsphere.jack.baseDb.meta.MetaFieldvalue
- java.lang.Object
DbException
public final void setIsLocked(java.lang.Boolean value) throws DbException
value
- the "locked" property
DbException
public final void setTerminologyName(java.lang.String value) throws DbException
value
- the "terminology" property
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSPackage
DbException
public final java.lang.Boolean getIsLocked() throws DbException
DbException
public final boolean isIsLocked() throws DbException
DbException
public final java.lang.String getTerminologyName() throws DbException
DbException
public MetaClass getMetaClass()
getMetaClass
in class DbObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |