|
||||||||||
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.sms.be.db.DbBEUseCaseResource
public final class DbBEUseCaseResource
Direct subclass(es)/subinterface(s) : none.
Composites : DbBEUseCase.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fDescription
|
static MetaRelation1 |
fResource
|
static MetaField |
fRole
|
static MetaField |
fUsageRate
|
static MetaField |
fUsageRateTimeUnit
|
static MetaClass |
metaClass
|
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 | |
---|---|
DbBEUseCaseResource()
Parameter-less constructor. |
|
DbBEUseCaseResource(DbObject composite,
DbBEResource resource)
Creates an instance of DbBEUseCaseResource. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the "description" property of a DbBEUseCaseResource's instance. |
MetaClass |
getMetaClass()
|
java.lang.String |
getName()
|
DbBEResource |
getResource()
Gets the resource object associated to a DbBEUseCaseResource's instance. |
java.lang.String |
getRole()
Gets the "role" property of a DbBEUseCaseResource's instance. |
java.lang.String |
getSemanticalName(int form)
|
java.lang.Double |
getUsageRate()
Gets the "usage rate" of a DbBEUseCaseResource's instance. |
BETimeUnit |
getUsageRateTimeUnit()
Gets the "usage rate time unit" of a DbBEUseCaseResource'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 |
setDescription(java.lang.String value)
Sets the "description" property of a DbBEUseCaseResource's instance. |
void |
setResource(DbBEResource value)
Sets the resource object associated to a DbBEUseCaseResource's instance. |
void |
setRole(java.lang.String value)
Sets the "role" property of a DbBEUseCaseResource's instance. |
void |
setUsageRate(java.lang.Double value)
Sets the "usage rate" property of a DbBEUseCaseResource's instance. |
void |
setUsageRateTimeUnit(BETimeUnit value)
Sets the "usage rate time unit" property of a DbBEUseCaseResource's instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fRole
public static final MetaField fUsageRate
public static final MetaField fUsageRateTimeUnit
public static final MetaField fDescription
public static final MetaRelation1 fResource
public static final MetaClass metaClass
Constructor Detail |
---|
public DbBEUseCaseResource()
public DbBEUseCaseResource(DbObject composite, DbBEResource resource) throws DbException
composite
- org.modelsphere.jack.baseDb.db.DbObjectresource
- org.modelsphere.sms.be.db.DbBEResource
DbException
Method Detail |
---|
public static void initMeta()
public final java.lang.String getSemanticalName(int form) throws DbException
getSemanticalName
in class DbObject
form
- int
DbException
public final java.lang.String getName() throws DbException
getName
in class DbObject
DbException
public final void setRole(java.lang.String value) throws DbException
value
- the "role" property
DbException
public final void setUsageRate(java.lang.Double value) throws DbException
value
- the "usage rate" property
DbException
public final void setUsageRateTimeUnit(BETimeUnit value) throws DbException
value
- the "usage rate time unit" property
DbException
public final void setDescription(java.lang.String value) throws DbException
value
- the "description" property
DbException
public final void setResource(DbBEResource value) throws DbException
value
- the resource object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbObject
DbException
public final java.lang.String getRole() throws DbException
DbException
public final java.lang.Double getUsageRate() throws DbException
DbException
public final BETimeUnit getUsageRateTimeUnit() throws DbException
DbException
public final java.lang.String getDescription() throws DbException
DbException
public final DbBEResource getResource() 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 |