|
||||||||||
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.jack.baseDb.db.DbProject
org.modelsphere.sms.db.DbSMSProject
public final class DbSMSProject
Direct subclass(es)/subinterface(s) : none.
Composites : none.
Components : DbSMSStyle,
DbSMSTargetSystem, DbJVClassModel, DbSMSUserDefinedPackage, DbORDataModel, DbSMSBuiltInTypeNode, DbORCommonItemModel, DbORDomainModel, DbORDatabase, DbOROperationLibrary,
DbSMSNotation, DbORUserNode, DbSMSLinkModel, DbSMSUmlExtensibility,
DbBEModel, DbUDF.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelation1 |
fBeDefaultNotation
|
static MetaRelation1 |
fBeDefaultStyle
|
static MetaRelation1 |
fDefaultCollectionType
|
static MetaRelation1 |
fDefaultLinkModel
|
static MetaRelation1 |
fErDefaultNotation
|
static MetaRelation1 |
fErDefaultStyle
|
static MetaField |
fIsLocked
|
static MetaRelation1 |
fOoDefaultStyle
|
static MetaRelation1 |
fOrDefaultCommonItemStyle
|
static MetaRelation1 |
fOrDefaultDomainStyle
|
static MetaRelation1 |
fOrDefaultNotation
|
static MetaRelation1 |
fOrDefaultStyle
|
static MetaField |
fRecentModificationDisplay
|
static MetaField |
fUserTargetID
|
static MetaClass |
metaClass
|
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 | |
---|---|
DbSMSProject()
Parameter-less constructor. |
|
DbSMSProject(DbObject composite)
Creates an instance of DbSMSProject. |
Method Summary | |
---|---|
void |
createBuiltInBENotations()
|
void |
createDefaultStyle()
|
DbBENotation |
getBeDefaultNotation()
Gets the bpm - default notation object associated to a DbSMSProject's instance. |
DbBEStyle |
getBeDefaultStyle()
Gets the business process default style object associated to a DbSMSProject's instance. |
DbSMSBuiltInTypeNode |
getBuiltInTypeNode()
|
DbJVClass |
getDefaultCollectionType()
Gets the default collection type object associated to a DbSMSProject's instance. |
DbSMSLinkModel |
getDefaultLinkModel()
Gets the default link model object associated to a DbSMSProject's instance. |
DbORNotation |
getErDefaultNotation()
Gets the entity relationship - default notation object associated to a DbSMSProject's instance. |
DbORStyle |
getErDefaultStyle()
Gets the entity relationship model default style object associated to a DbSMSProject's instance. |
java.lang.Boolean |
getIsLocked()
Deprecated. use isIsLocked() method instead |
MetaClass |
getMetaClass()
|
int |
getNewUserTargetID()
|
DbOOStyle |
getOoDefaultStyle()
Gets the object models default style object associated to a DbSMSProject's instance. |
DbORCommonItemStyle |
getOrDefaultCommonItemStyle()
Gets the common item models default style object associated to a DbSMSProject's instance. |
DbORDomainStyle |
getOrDefaultDomainStyle()
Gets the domain models default style object associated to a DbSMSProject's instance. |
DbORNotation |
getOrDefaultNotation()
Gets the data - default notation object associated to a DbSMSProject's instance. |
DbORStyle |
getOrDefaultStyle()
Gets the relational model default style object associated to a DbSMSProject's instance. |
SMSRecentModificationOption |
getRecentModificationDisplay()
Gets the "display of recent modifications" of a DbSMSProject's instance. |
DbSMSUmlExtensibility |
getUmlExtensibility()
|
DbORUserNode |
getUserNode()
|
java.lang.Integer |
getUserTargetID()
Gets the "user defined target system" property of a DbSMSProject's instance. |
static void |
initMeta()
For internal use only. |
void |
initUMLExtensibility()
|
boolean |
isIsLocked()
Tells whether a DbSMSProject's instance is isLocked or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setBeDefaultNotation(DbBENotation value)
Sets the bpm - default notation object associated to a DbSMSProject's instance. |
void |
setBeDefaultStyle(DbBEStyle value)
Sets the business process default style object associated to a DbSMSProject's instance. |
void |
setDefaultCollectionType(DbJVClass value)
Sets the default collection type object associated to a DbSMSProject's instance. |
void |
setDefaultLinkModel(DbSMSLinkModel value)
Sets the default link model object associated to a DbSMSProject's instance. |
void |
setErDefaultNotation(DbORNotation value)
Sets the entity relationship - default notation object associated to a DbSMSProject's instance. |
void |
setErDefaultStyle(DbORStyle value)
Sets the entity relationship model default style object associated to a DbSMSProject's instance. |
void |
setIsLocked(java.lang.Boolean value)
Sets the "locked" property of a DbSMSProject's instance. |
void |
setOoDefaultStyle(DbOOStyle value)
Sets the object models default style object associated to a DbSMSProject's instance. |
void |
setOrDefaultCommonItemStyle(DbORCommonItemStyle value)
Sets the common item models default style object associated to a DbSMSProject's instance. |
void |
setOrDefaultDomainStyle(DbORDomainStyle value)
Sets the domain models default style object associated to a DbSMSProject's instance. |
void |
setOrDefaultNotation(DbORNotation value)
Sets the data - default notation object associated to a DbSMSProject's instance. |
void |
setOrDefaultStyle(DbORStyle value)
Sets the relational model default style object associated to a DbSMSProject's instance. |
void |
setRecentModificationDisplay(SMSRecentModificationOption value)
Sets the "display of recent modifications" property of a DbSMSProject's instance. |
void |
setUserTargetID(java.lang.Integer value)
Sets the "user defined target system" property of a DbSMSProject's instance. |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbProject |
---|
getLastSaveTrans, getRamFileName, isDeletable, setLastSaveTrans, setRamFileName |
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 MetaRelation1 fDefaultCollectionType
public static final MetaRelation1 fOrDefaultStyle
public static final MetaRelation1 fOoDefaultStyle
public static final MetaRelation1 fOrDefaultNotation
public static final MetaRelation1 fOrDefaultDomainStyle
public static final MetaRelation1 fOrDefaultCommonItemStyle
public static final MetaRelation1 fDefaultLinkModel
public static final MetaRelation1 fBeDefaultStyle
public static final MetaRelation1 fBeDefaultNotation
public static final MetaField fIsLocked
public static final MetaRelation1 fErDefaultNotation
public static final MetaRelation1 fErDefaultStyle
public static final MetaField fUserTargetID
public static final MetaField fRecentModificationDisplay
public static final MetaClass metaClass
Constructor Detail |
---|
public DbSMSProject()
public DbSMSProject(DbObject composite) throws DbException
composite
- org.modelsphere.jack.baseDb.db.DbObject
DbException
Method Detail |
---|
public static void initMeta()
public final void createDefaultStyle() throws DbException
DbException
public final DbSMSBuiltInTypeNode getBuiltInTypeNode() throws DbException
DbException
public final DbORUserNode getUserNode() throws DbException
DbException
public final DbSMSUmlExtensibility getUmlExtensibility() throws DbException
DbException
public void initUMLExtensibility() throws DbException
DbException
public void createBuiltInBENotations() throws DbException
DbException
public int getNewUserTargetID()
public final void setDefaultCollectionType(DbJVClass value) throws DbException
value
- the default collection type object to be associated
DbException
public final void setOrDefaultStyle(DbORStyle value) throws DbException
value
- the relational model default style object to be associated
DbException
public final void setOoDefaultStyle(DbOOStyle value) throws DbException
value
- the object models default style object to be associated
DbException
public final void setOrDefaultNotation(DbORNotation value) throws DbException
value
- the data - default notation object to be associated
DbException
public final void setOrDefaultDomainStyle(DbORDomainStyle value) throws DbException
value
- the domain models default style object to be associated
DbException
public final void setOrDefaultCommonItemStyle(DbORCommonItemStyle value) throws DbException
value
- the common item models default style object to be associated
DbException
public final void setDefaultLinkModel(DbSMSLinkModel value) throws DbException
value
- the default link model object to be associated
DbException
public final void setBeDefaultStyle(DbBEStyle value) throws DbException
value
- the business process default style object to be associated
DbException
public final void setBeDefaultNotation(DbBENotation value) throws DbException
value
- the bpm - default notation object to be associated
DbException
public final void setIsLocked(java.lang.Boolean value) throws DbException
value
- the "locked" property
DbException
public final void setErDefaultNotation(DbORNotation value) throws DbException
value
- the entity relationship - default notation object to be associated
DbException
public final void setErDefaultStyle(DbORStyle value) throws DbException
value
- the entity relationship model default style object to be associated
DbException
public final void setUserTargetID(java.lang.Integer value) throws DbException
value
- the "user defined target system" property
DbException
public final void setRecentModificationDisplay(SMSRecentModificationOption value) throws DbException
value
- the "display of recent modifications" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbProject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbObject
DbException
public final DbJVClass getDefaultCollectionType() throws DbException
DbException
public final DbORStyle getOrDefaultStyle() throws DbException
DbException
public final DbOOStyle getOoDefaultStyle() throws DbException
DbException
public final DbORNotation getOrDefaultNotation() throws DbException
DbException
public final DbORDomainStyle getOrDefaultDomainStyle() throws DbException
DbException
public final DbORCommonItemStyle getOrDefaultCommonItemStyle() throws DbException
DbException
public final DbSMSLinkModel getDefaultLinkModel() throws DbException
DbException
public final DbBEStyle getBeDefaultStyle() throws DbException
DbException
public final DbBENotation getBeDefaultNotation() throws DbException
DbException
public final java.lang.Boolean getIsLocked() throws DbException
DbException
public final boolean isIsLocked() throws DbException
isIsLocked
in class DbProject
DbException
public final DbORNotation getErDefaultNotation() throws DbException
DbException
public final DbORStyle getErDefaultStyle() throws DbException
DbException
public final java.lang.Integer getUserTargetID() throws DbException
DbException
public final SMSRecentModificationOption getRecentModificationDisplay() 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 |