|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--RC
|
+--EN
Enrollment Table : associate student and Rost
| Field Summary | |
protected Key |
RSid
|
RC |
RSid_bpp
|
RC |
RSid_fpp
|
RS |
RSid_pp
|
protected Database |
Schema
|
protected Key |
STid
|
RC |
STid_bpp
|
RC |
STid_fpp
|
ST |
STid_pp
|
protected ENtable |
Table
|
| Fields inherited from class RC |
pkid, rflag |
| Method Summary | |
void |
addRow()
Adds this EN to its Table * and links it to its parents and siblings |
void |
deleteRow()
Removes this EN from its Table * and unlinks it from its parents and siblings |
void |
dumpRow(java.io.BufferedWriter output)
Writes this EN to a given BufferedWriter |
Key |
getRSid()
Retrieves the value of RSid |
Database |
getSchema()
Retrieves a reference to the global schema |
Key |
getSTid()
Retrieves the value of STid |
ENtable |
getTable()
Retrieves a reference to the ENtable |
void |
linkRow()
Links this EN to all of it's related tables |
void |
setRSid(Key value)
Sets the value of RSid |
void |
setSchema(Database value)
Modifies the reference to the global schema |
void |
setSTid(Key value)
Sets the value of STid |
void |
setTable(ENtable value)
Sets the reference to the ENtable |
java.lang.String |
toString()
|
void |
unlinkRow()
Unlinks this EN 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 Key STid
protected Key RSid
protected ENtable Table
protected Database Schema
public ST STid_pp
public RC STid_fpp
public RC STid_bpp
public RS RSid_pp
public RC RSid_fpp
public RC RSid_bpp
| Method Detail |
public Key getSTid()
STid
public void setSTid(Key value)
STid
public Key getRSid()
RSid
public void setRSid(Key value)
RSid
public ENtable getTable()
public void setTable(ENtable value)
public Database getSchema()
public void setSchema(Database value)
public void addRow()
EN to its Table * and links it to its parents and siblings
public void deleteRow()
EN from its Table * and unlinks it from its parents and siblings
public void linkRow()
EN to all of it's related tables
public void unlinkRow()
EN from all of it's related tables
public void dumpRow(java.io.BufferedWriter output)
throws java.io.IOException
EN 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 | |||||||||