|
||||||||||
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
public abstract class DbSMSPackage
Direct subclass(es)/subinterface(s) : DbSMSUserDefinedPackage, DbSMSAbstractPackage, DbSMSBuiltInTypeNode, DbSMSLinkModel, DbSMSUmlExtensibility,
DbORCommonItemModel,
DbORUserNode, DbBEModel.
Composites : none.
Components : DbSMSNotice, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fAuthor
|
static MetaRelationN |
fPackageGos
|
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 | |
---|---|
DbSMSPackage()
Parameter-less constructor. |
|
DbSMSPackage(DbObject composite)
Creates an instance of DbSMSPackage. |
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Gets the "author" property of a DbSMSPackage's instance. |
DbRelationN |
getPackageGos()
Gets the list of packages graphical objects associated to a DbSMSPackage's instance. |
java.lang.String |
getVersion()
Gets the "version" property of a DbSMSPackage's instance. |
static void |
initMeta()
For internal use only. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setAuthor(java.lang.String value)
Sets the "author" property of a DbSMSPackage's instance. |
void |
setVersion(java.lang.String value)
Sets the "version" property of a DbSMSPackage'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, 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 MetaRelationN fPackageGos
public static final MetaField fVersion
public static final MetaField fAuthor
public static final MetaClass metaClass
Constructor Detail |
---|
public DbSMSPackage()
public DbSMSPackage(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setVersion(java.lang.String value) throws DbException
value
- the "version" property
DbException
public final void setAuthor(java.lang.String value) throws DbException
value
- the "author" 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 DbRelationN getPackageGos() throws DbException
DbException
public final java.lang.String getVersion() throws DbException
DbException
public final java.lang.String getAuthor() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |