|
||||||||||
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.DbBEQualifierLink
public abstract class DbBEQualifierLink
Direct subclass(es)/subinterface(s) : DbBEUseCaseQualifier, DbBEActorQualifier,
DbBEStoreQualifier,
DbBEFlowQualifier.
Composites : none.
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 MetaField |
fRate
|
static MetaField |
fRate2
|
static MetaField |
fRateUnit
|
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 | |
---|---|
DbBEQualifierLink()
Parameter-less constructor. |
|
DbBEQualifierLink(DbObject composite)
Creates an instance of DbBEQualifierLink. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the "description" property of a DbBEQualifierLink's instance. |
java.lang.String |
getRate()
Gets the "rate (obsolete)" property of a DbBEQualifierLink's instance. |
java.lang.Double |
getRate2()
Gets the "rate" property of a DbBEQualifierLink's instance. |
java.lang.String |
getRateUnit()
Gets the "rate unit" property of a DbBEQualifierLink'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 DbBEQualifierLink's instance. |
void |
setRate(java.lang.String value)
Sets the "rate (obsolete)" property of a DbBEQualifierLink's instance. |
void |
setRate2(java.lang.Double value)
Sets the "rate" property of a DbBEQualifierLink's instance. |
void |
setRateUnit(java.lang.String value)
Sets the "rate unit" property of a DbBEQualifierLink'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 fRate2
public static final MetaField fRateUnit
public static final MetaField fDescription
public static final MetaField fRate
public static final MetaClass metaClass
Constructor Detail |
---|
public DbBEQualifierLink()
public DbBEQualifierLink(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setRate2(java.lang.Double value) throws DbException
value
- the "rate" property
DbException
public final void setRateUnit(java.lang.String value) throws DbException
value
- the "rate unit" property
DbException
public final void setDescription(java.lang.String value) throws DbException
value
- the "description" property
DbException
public final void setRate(java.lang.String value) throws DbException
value
- the "rate (obsolete)" property
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.Double getRate2() throws DbException
DbException
public final java.lang.String getRateUnit() throws DbException
DbException
public final java.lang.String getDescription() throws DbException
DbException
public final java.lang.String getRate() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |