|
||||||||||
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.db.DbSMSAbstractPackage
public abstract class DbSMSAbstractPackage
Direct subclass(es)/subinterface(s) : DbSMSBuiltInTypePackage, DbOOAbsPackage, DbORModel.
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 |
fIsLocked
|
static MetaField |
fIsValidated
|
static MetaRelation1 |
fTargetSystem
|
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 | |
---|---|
DbSMSAbstractPackage()
Parameter-less constructor. |
|
DbSMSAbstractPackage(DbObject composite)
Creates an instance of DbSMSAbstractPackage. |
Method Summary | |
---|---|
java.lang.Boolean |
getIsLocked()
Deprecated. use isIsLocked() method instead |
java.lang.Boolean |
getIsValidated()
Deprecated. use isIsValidated() method instead |
DbSMSTargetSystem |
getTargetSystem()
Gets the target system object associated to a DbSMSAbstractPackage's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isIsLocked()
Tells whether a DbSMSAbstractPackage's instance is isLocked or not. |
boolean |
isIsValidated()
Tells whether a DbSMSAbstractPackage's instance is isValidated or not. |
boolean |
matches(DbObject dbo)
|
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 DbSMSAbstractPackage's instance. |
void |
setIsValidated(java.lang.Boolean value)
Sets the "is validated" property of a DbSMSAbstractPackage's instance. |
void |
setTargetSystem(DbSMSTargetSystem value)
Sets the target system object associated to a DbSMSAbstractPackage'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, 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 fTargetSystem
public static final MetaField fIsValidated
public static final MetaField fIsLocked
public static final MetaClass metaClass
Constructor Detail |
---|
public DbSMSAbstractPackage()
public DbSMSAbstractPackage(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public boolean matches(DbObject dbo) throws DbException
matches
in class DbSemanticalObject
dbo
- org.modelsphere.jack.baseDb.db.DbObject
DbException
public final void setTargetSystem(DbSMSTargetSystem value) throws DbException
value
- the target system object to be associated
DbException
public final void setIsValidated(java.lang.Boolean value) throws DbException
value
- the "is validated" property
DbException
public final void setIsLocked(java.lang.Boolean value) throws DbException
value
- the "locked" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSPackage
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSPackage
DbException
public final DbSMSTargetSystem getTargetSystem() throws DbException
DbException
public final java.lang.Boolean getIsValidated() throws DbException
DbException
public final boolean isIsValidated() throws DbException
DbException
public final java.lang.Boolean getIsLocked() throws DbException
DbException
public final boolean isIsLocked() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |