|
||||||||||
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.db.DbSMSInheritance
org.modelsphere.sms.oo.db.DbOOInheritance
public abstract class DbOOInheritance
Direct subclass(es)/subinterface(s) : DbJVInheritance.
Composites : DbOOClass.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelation1 |
fSubClass
|
static MetaRelation1 |
fSuperClass
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSInheritance |
---|
fInheritanceGos |
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 | |
---|---|
DbOOInheritance()
Parameter-less constructor. |
|
DbOOInheritance(DbOOClass subClass,
DbOOClass superClass)
Creates an instance of DbOOInheritance. |
Method Summary | |
---|---|
DbOOClass |
getSubClass()
Gets the subclass object associated to a DbOOInheritance's instance. |
DbOOClass |
getSuperClass()
Gets the superclass object associated to a DbOOInheritance'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 |
setSubClass(DbOOClass value)
Sets the subclass object associated to a DbOOInheritance's instance. |
void |
setSuperClass(DbOOClass value)
Sets the superclass object associated to a DbOOInheritance's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSInheritance |
---|
getInheritanceGos |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaRelation1 fSuperClass
public static final MetaRelation1 fSubClass
public static final MetaClass metaClass
Constructor Detail |
---|
public DbOOInheritance()
public DbOOInheritance(DbOOClass subClass, DbOOClass superClass) throws DbException
subclass
- org.modelsphere.sms.oo.db.DbOOClasssuperclass
- org.modelsphere.sms.oo.db.DbOOClass
DbException
Method Detail |
---|
public static void initMeta()
public final void setSuperClass(DbOOClass value) throws DbException
value
- the superclass object to be associated
DbException
public final void setSubClass(DbOOClass value) throws DbException
value
- the subclass object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSInheritance
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSInheritance
DbException
public final DbOOClass getSuperClass() throws DbException
DbException
public final DbOOClass getSubClass() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |