org.modelsphere.sms.be.db
Class DbBEResource

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.be.db.DbBEResource

public final class DbBEResource
extends DbSMSSemanticalObject

Direct subclass(es)/subinterface(s) : none.
Composites : DbBEModel.
Components : DbSMSObjectImport.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaField fCategory
           
static MetaField fCost
           
static MetaField fCostTimeUnit
           
static MetaField fIdentifier
           
static MetaRelationN fProcessUsages
           
static MetaField fUser
           
static MetaField fWorkLoad
           
static MetaField fWorkLoadTimeUnit
           
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
DbBEResource()
          Parameter-less constructor.
DbBEResource(DbObject composite)
          Creates an instance of DbBEResource.
 
Method Summary
 java.lang.String getCategory()
          Gets the "category" property of a DbBEResource's instance.
 java.lang.Double getCost()
          Gets the "cost" of a DbBEResource's instance.
 BETimeUnit getCostTimeUnit()
          Gets the "cost time unit" of a DbBEResource's instance.
protected  int getFeatureSet()
           
 java.lang.String getIdentifier()
          Gets the "identifier" property of a DbBEResource's instance.
 MetaClass getMetaClass()
           
 DbRelationN getProcessUsages()
          Gets the list of processes associated to a DbBEResource's instance.
 java.lang.String getUser()
          Gets the "user" property of a DbBEResource's instance.
 java.lang.Double getWorkLoad()
          Gets the "work load" of a DbBEResource's instance.
 BETimeUnit getWorkLoadTimeUnit()
          Gets the "work load time unit" of a DbBEResource'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 setCategory(java.lang.String value)
          Sets the "category" property of a DbBEResource's instance.
 void setCost(java.lang.Double value)
          Sets the "cost" property of a DbBEResource's instance.
 void setCostTimeUnit(BETimeUnit value)
          Sets the "cost time unit" property of a DbBEResource's instance.
 void setIdentifier(java.lang.String value)
          Sets the "identifier" property of a DbBEResource's instance.
 void setUser(java.lang.String value)
          Sets the "user" property of a DbBEResource's instance.
 void setWorkLoad(java.lang.Double value)
          Sets the "work load" property of a DbBEResource's instance.
 void setWorkLoadTimeUnit(BETimeUnit value)
          Sets the "work load time unit" property of a DbBEResource'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 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, 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

fProcessUsages

public static final MetaRelationN fProcessUsages

fIdentifier

public static final MetaField fIdentifier

fCategory

public static final MetaField fCategory

fUser

public static final MetaField fUser

fCost

public static final MetaField fCost

fCostTimeUnit

public static final MetaField fCostTimeUnit

fWorkLoad

public static final MetaField fWorkLoad

fWorkLoadTimeUnit

public static final MetaField fWorkLoadTimeUnit

metaClass

public static final MetaClass metaClass
Constructor Detail

DbBEResource

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


DbBEResource

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

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

initMeta

public static void initMeta()
For internal use only.


getFeatureSet

protected final int getFeatureSet()
Returns:
int

setIdentifier

public final void setIdentifier(java.lang.String value)
                         throws DbException
Sets the "identifier" property of a DbBEResource's instance.

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

setCategory

public final void setCategory(java.lang.String value)
                       throws DbException
Sets the "category" property of a DbBEResource's instance.

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

setUser

public final void setUser(java.lang.String value)
                   throws DbException
Sets the "user" property of a DbBEResource's instance.

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

setCost

public final void setCost(java.lang.Double value)
                   throws DbException
Sets the "cost" property of a DbBEResource's instance.

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

setCostTimeUnit

public final void setCostTimeUnit(BETimeUnit value)
                           throws DbException
Sets the "cost time unit" property of a DbBEResource's instance.

Parameters:
value - the "cost time unit" property
Throws:
DbException

setWorkLoad

public final void setWorkLoad(java.lang.Double value)
                       throws DbException
Sets the "work load" property of a DbBEResource's instance.

Parameters:
value - the "work load" property
Throws:
DbException

setWorkLoadTimeUnit

public final void setWorkLoadTimeUnit(BETimeUnit value)
                               throws DbException
Sets the "work load time unit" property of a DbBEResource's instance.

Parameters:
value - the "work load time unit" property
Throws:
DbException

set

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

set

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

getProcessUsages

public final DbRelationN getProcessUsages()
                                   throws DbException
Gets the list of processes associated to a DbBEResource's instance.

Returns:
the list of processes.
Throws:
DbException

getIdentifier

public final java.lang.String getIdentifier()
                                     throws DbException
Gets the "identifier" property of a DbBEResource's instance.

Returns:
the "identifier" property
Throws:
DbException

getCategory

public final java.lang.String getCategory()
                                   throws DbException
Gets the "category" property of a DbBEResource's instance.

Returns:
the "category" property
Throws:
DbException

getUser

public final java.lang.String getUser()
                               throws DbException
Gets the "user" property of a DbBEResource's instance.

Returns:
the "user" property
Throws:
DbException

getCost

public final java.lang.Double getCost()
                               throws DbException
Gets the "cost" of a DbBEResource's instance.

Returns:
the "cost"
Throws:
DbException

getCostTimeUnit

public final BETimeUnit getCostTimeUnit()
                                 throws DbException
Gets the "cost time unit" of a DbBEResource's instance.

Returns:
the "cost time unit"
Throws:
DbException

getWorkLoad

public final java.lang.Double getWorkLoad()
                                   throws DbException
Gets the "work load" of a DbBEResource's instance.

Returns:
the "work load"
Throws:
DbException

getWorkLoadTimeUnit

public final BETimeUnit getWorkLoadTimeUnit()
                                     throws DbException
Gets the "work load time unit" of a DbBEResource's instance.

Returns:
the "work load time unit"
Throws:
DbException

getMetaClass

public MetaClass getMetaClass()
Specified by:
getMetaClass in class DbObject


Open ModelSphere 2007. All Rights Reserved.