|
||||||||||
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.DbSMSTargetSystem
public final class DbSMSTargetSystem
Direct subclass(es)/subinterface(s) : none.
Composites : DbSMSProject.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fBuiltIn
|
static MetaField |
fID
|
static MetaRelationN |
fPackages
|
static MetaField |
fRootID
|
static MetaField |
fVersion
|
static MetaClass |
metaClass
|
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 | |
---|---|
DbSMSTargetSystem()
Parameter-less constructor. |
|
DbSMSTargetSystem(DbSMSProject project,
java.lang.String name,
java.lang.String version,
java.lang.Integer id,
java.lang.Integer rootId)
Creates an instance of DbSMSTargetSystem. |
Method Summary | |
---|---|
java.lang.Boolean |
getBuiltIn()
Deprecated. use isBuiltIn() method instead |
DbSMSBuiltInTypePackage |
getBuiltInTypePackage()
|
java.lang.Integer |
getID()
Gets the "id" property of a DbSMSTargetSystem's instance. |
MetaClass |
getMetaClass()
|
DbRelationN |
getPackages()
Gets the list of packages associated to a DbSMSTargetSystem's instance. |
java.lang.Integer |
getRootID()
Gets the "root id" property of a DbSMSTargetSystem's instance. |
java.lang.String |
getVersion()
Gets the "version" property of a DbSMSTargetSystem's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isBuiltIn()
Tells whether a DbSMSTargetSystem's instance is builtIn or not. |
boolean |
isDeletable()
|
boolean |
matches(DbObject dbo)
|
void |
remove()
|
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setBuiltIn(java.lang.Boolean value)
Sets the "built in?" |
void |
setID(java.lang.Integer value)
Sets the "id" property of a DbSMSTargetSystem's instance. |
void |
setRootID(java.lang.Integer value)
Sets the "root id" property of a DbSMSTargetSystem's instance. |
void |
setVersion(java.lang.String value)
Sets the "version" property of a DbSMSTargetSystem's instance. |
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, 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 fVersion
public static final MetaField fID
public static final MetaField fRootID
public static final MetaRelationN fPackages
public static final MetaField fBuiltIn
public static final MetaClass metaClass
Constructor Detail |
---|
public DbSMSTargetSystem()
public DbSMSTargetSystem(DbSMSProject project, java.lang.String name, java.lang.String version, java.lang.Integer id, java.lang.Integer rootId) throws DbException
project
- org.modelsphere.sms.db.DbSMSProjectname
- java.lang.Stringversion
- java.lang.Stringid
- java.lang.Integerrootid
- java.lang.Integer
DbException
Method Detail |
---|
public static void initMeta()
public final DbSMSBuiltInTypePackage getBuiltInTypePackage() throws DbException
DbException
public final void remove() throws DbException
remove
in class DbObject
DbException
public boolean matches(DbObject dbo) throws DbException
matches
in class DbSemanticalObject
dbo
- org.modelsphere.jack.baseDb.db.DbObject
DbException
public final boolean isDeletable() throws DbException
isDeletable
in class DbObject
DbException
public final void setVersion(java.lang.String value) throws DbException
value
- the "version" property
DbException
public final void setID(java.lang.Integer value) throws DbException
value
- the "id" property
DbException
public final void setRootID(java.lang.Integer value) throws DbException
value
- the "root id" property
DbException
public final void setBuiltIn(java.lang.Boolean value) throws DbException
value
- the "built in?" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSSemanticalObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSSemanticalObject
DbException
public final java.lang.String getVersion() throws DbException
DbException
public final java.lang.Integer getID() throws DbException
DbException
public final java.lang.Integer getRootID() throws DbException
DbException
public final DbRelationN getPackages() throws DbException
DbException
public final java.lang.Boolean getBuiltIn() throws DbException
DbException
public final boolean isBuiltIn() 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 |