|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--RC
|
+--RM
Room Tab
| Field Summary | |
protected int |
number
|
RS |
RSid_bcp
|
RS |
RSid_fcp
|
protected Database |
Schema
|
protected RMtable |
Table
|
| Fields inherited from class RC |
pkid, rflag |
| Method Summary | |
void |
addRow()
Adds this RM to its Table * and links it to its parents and siblings |
void |
deleteRow()
Removes this RM from its Table * and unlinks it from its parents and siblings |
void |
dumpRow(java.io.BufferedWriter output)
Writes this RM to a given BufferedWriter |
int |
getnumber()
Retrieves the value of number |
Database |
getSchema()
Retrieves a reference to the global schema |
RMtable |
getTable()
Retrieves a reference to the RMtable |
void |
linkRow()
Links this RM to all of it's related tables |
void |
setnumber(int value)
Sets the value of number |
void |
setSchema(Database value)
Modifies the reference to the global schema |
void |
setTable(RMtable value)
Sets the reference to the RMtable |
java.lang.String |
toString()
|
void |
unlinkRow()
Unlinks this RM from all of it's related tables |
| Methods inherited from class RC |
setPkid, setRflag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int number
protected RMtable Table
protected Database Schema
public RS RSid_fcp
public RS RSid_bcp
| Method Detail |
public int getnumber()
number
public void setnumber(int value)
number
public RMtable getTable()
public void setTable(RMtable value)
public Database getSchema()
public void setSchema(Database value)
public void addRow()
RM to its Table * and links it to its parents and siblings
public void deleteRow()
RM from its Table * and unlinks it from its parents and siblings
public void linkRow()
RM to all of it's related tables
public void unlinkRow()
RM from all of it's related tables
public void dumpRow(java.io.BufferedWriter output)
throws java.io.IOException
RM to a given BufferedWriter
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||