|
||||||||||
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.be.db.DbBEResource
public final class DbBEResource
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaRelationN fProcessUsages
public static final MetaField fIdentifier
public static final MetaField fCategory
public static final MetaField fUser
public static final MetaField fCost
public static final MetaField fCostTimeUnit
public static final MetaField fWorkLoad
public static final MetaField fWorkLoadTimeUnit
public static final MetaClass metaClass
Constructor Detail |
---|
public DbBEResource()
public DbBEResource(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
protected final int getFeatureSet()
public final void setIdentifier(java.lang.String value) throws DbException
value
- the "identifier" property
DbException
public final void setCategory(java.lang.String value) throws DbException
value
- the "category" property
DbException
public final void setUser(java.lang.String value) throws DbException
value
- the "user" property
DbException
public final void setCost(java.lang.Double value) throws DbException
value
- the "cost" property
DbException
public final void setCostTimeUnit(BETimeUnit value) throws DbException
value
- the "cost time unit" property
DbException
public final void setWorkLoad(java.lang.Double value) throws DbException
value
- the "work load" property
DbException
public final void setWorkLoadTimeUnit(BETimeUnit value) throws DbException
value
- the "work load time unit" 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 getProcessUsages() throws DbException
DbException
public final java.lang.String getIdentifier() throws DbException
DbException
public final java.lang.String getCategory() throws DbException
DbException
public final java.lang.String getUser() throws DbException
DbException
public final java.lang.Double getCost() throws DbException
DbException
public final BETimeUnit getCostTimeUnit() throws DbException
DbException
public final java.lang.Double getWorkLoad() throws DbException
DbException
public final BETimeUnit getWorkLoadTimeUnit() 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 |