|
||||||||||
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.or.db.DbORFKeyColumn
public final class DbORFKeyColumn
Direct subclass(es)/subinterface(s) : none.
Composites : DbORForeign.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelation1 |
fColumn
|
static MetaRelation1 |
fSourceColumn
|
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 | |
---|---|
DbORFKeyColumn()
Parameter-less constructor. |
|
DbORFKeyColumn(DbORForeign foreignKey,
DbORColumn column,
DbORColumn sourceColumn)
Creates an instance of DbORFKeyColumn. |
Method Summary | |
---|---|
DbORColumn |
getColumn()
Gets the column object associated to a DbORFKeyColumn's instance. |
MetaClass |
getMetaClass()
|
java.lang.String |
getName()
|
java.lang.String |
getSemanticalName(int form)
|
DbORColumn |
getSourceColumn()
Gets the source column object associated to a DbORFKeyColumn'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 |
setColumn(DbORColumn value)
Sets the column object associated to a DbORFKeyColumn's instance. |
void |
setSourceColumn(DbORColumn value)
Sets the source column object associated to a DbORFKeyColumn's instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaRelation1 fColumn
public static final MetaRelation1 fSourceColumn
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORFKeyColumn()
public DbORFKeyColumn(DbORForeign foreignKey, DbORColumn column, DbORColumn sourceColumn) throws DbException
foreignkey
- org.modelsphere.sms.or.db.DbORForeigncolumn
- org.modelsphere.sms.or.db.DbORColumnsourcecolumn
- org.modelsphere.sms.or.db.DbORColumn
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 setColumn(DbORColumn value) throws DbException
value
- the column object to be associated
DbException
public final void setSourceColumn(DbORColumn value) throws DbException
value
- the source column 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 DbORColumn getColumn() throws DbException
DbException
public final DbORColumn getSourceColumn() 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 |