org.modelsphere.sms.db
Class DbSMSAbstractPackage

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.jack.baseDb.db.DbSemanticalObject
              extended by org.modelsphere.sms.db.DbSMSSemanticalObject
                  extended by org.modelsphere.sms.db.DbSMSPackage
                      extended by org.modelsphere.sms.db.DbSMSAbstractPackage
Direct Known Subclasses:
DbOOAbsPackage, DbORModel, DbSMSBuiltInTypePackage

public abstract class DbSMSAbstractPackage
extends DbSMSPackage

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 org.modelsphere.jack.baseDb.db.DbObject
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, copyComponent, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, findComponentByName, findComponentByName, findMatchingObject, generateEDCTimestamp, get, get, get, getAccordingToStatus, getComponents, getComposite, getCompositeOfType, getCreationTime, getDb, getDependencyRelations, getEDCTimestamp, getFullDisplayName, getId, getMatchingObject, getMetaClass, getMinCard, getModificationTime, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalIcon, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fTargetSystem

public static final MetaRelation1 fTargetSystem

fIsValidated

public static final MetaField fIsValidated

fIsLocked

public static final MetaField fIsLocked

metaClass

public static final MetaClass metaClass
Constructor Detail

DbSMSAbstractPackage

public DbSMSAbstractPackage()
Parameter-less constructor. Required by Java Beans Conventions.


DbSMSAbstractPackage

public DbSMSAbstractPackage(DbObject composite)
                     throws DbException
Creates an instance of DbSMSAbstractPackage.

Parameters:
composite - the object which will contain the newly-created instance
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


matches

public boolean matches(DbObject dbo)
                throws DbException
Overrides:
matches in class DbSemanticalObject
Parameters:
dbo - org.modelsphere.jack.baseDb.db.DbObject
Returns:
boolean
Throws:
DbException

setTargetSystem

public final void setTargetSystem(DbSMSTargetSystem value)
                           throws DbException
Sets the target system object associated to a DbSMSAbstractPackage's instance.

Parameters:
value - the target system object to be associated
Throws:
DbException

setIsValidated

public final void setIsValidated(java.lang.Boolean value)
                          throws DbException
Sets the "is validated" property of a DbSMSAbstractPackage's instance.

Parameters:
value - the "is validated" property
Throws:
DbException

setIsLocked

public final void setIsLocked(java.lang.Boolean value)
                       throws DbException
Sets the "locked" property of a DbSMSAbstractPackage's instance.

Parameters:
value - the "locked" property
Throws:
DbException

set

public void set(MetaField metaField,
                java.lang.Object value)
         throws DbException
Overrides:
set in class DbSMSPackage
Throws:
DbException

set

public void set(MetaRelationN relation,
                DbObject neighbor,
                int op)
         throws DbException
Overrides:
set in class DbSMSPackage
Throws:
DbException

getTargetSystem

public final DbSMSTargetSystem getTargetSystem()
                                        throws DbException
Gets the target system object associated to a DbSMSAbstractPackage's instance.

Returns:
the target system object
Throws:
DbException

getIsValidated

public final java.lang.Boolean getIsValidated()
                                       throws DbException
Deprecated. use isIsValidated() method instead

Gets the "is validated" property's Boolean value of a DbSMSAbstractPackage's instance.

Returns:
the "is validated" property's Boolean value
Throws:
DbException

isIsValidated

public final boolean isIsValidated()
                            throws DbException
Tells whether a DbSMSAbstractPackage's instance is isValidated or not.

Returns:
boolean
Throws:
DbException

getIsLocked

public final java.lang.Boolean getIsLocked()
                                    throws DbException
Deprecated. use isIsLocked() method instead

Gets the "locked" property's Boolean value of a DbSMSAbstractPackage's instance.

Returns:
the "locked" property's Boolean value
Throws:
DbException

isIsLocked

public final boolean isIsLocked()
                         throws DbException
Tells whether a DbSMSAbstractPackage's instance is isLocked or not.

Returns:
boolean
Throws:
DbException


Open ModelSphere 2007. All Rights Reserved.