|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--RC
|
+--RS
Roster Table : associate Teacher and Ro
| Field Summary | |
EN |
ENid_bcp
|
EN |
ENid_fcp
|
protected java.lang.String |
name
|
protected Key |
RMid
|
RC |
RMid_bpp
|
RC |
RMid_fpp
|
RM |
RMid_pp
|
protected Database |
Schema
|
protected RStable |
Table
|
protected Key |
TEid
|
RC |
TEid_bpp
|
RC |
TEid_fpp
|
TE |
TEid_pp
|
| Fields inherited from class RC |
pkid, rflag |
| Method Summary | |
void |
addRow()
Adds this RS to its Table * and links it to its parents and siblings |
void |
deleteRow()
Removes this RS from its Table * and unlinks it from its parents and siblings |
void |
dumpRow(java.io.BufferedWriter output)
Writes this RS to a given BufferedWriter |
java.lang.String |
getname()
Retrieves the value of name |
Key |
getRMid()
Retrieves the value of RMid |
Database |
getSchema()
Retrieves a reference to the global schema |
RStable |
getTable()
Retrieves a reference to the RStable |
Key |
getTEid()
Retrieves the value of TEid |
void |
linkRow()
Links this RS to all of it's related tables |
void |
setname(java.lang.String value)
Sets the value of name |
void |
setRMid(Key value)
Sets the value of RMid |
void |
setSchema(Database value)
Modifies the reference to the global schema |
void |
setTable(RStable value)
Sets the reference to the RStable |
void |
setTEid(Key value)
Sets the value of TEid |
java.lang.String |
toString()
|
void |
unlinkRow()
Unlinks this RS 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 TEid
protected Key RMid
protected java.lang.String name
protected RStable Table
protected Database Schema
public TE TEid_pp
public RC TEid_fpp
public RC TEid_bpp
public RM RMid_pp
public RC RMid_fpp
public RC RMid_bpp
public EN ENid_fcp
public EN ENid_bcp
| Method Detail |
public Key getTEid()
TEid
public void setTEid(Key value)
TEid
public Key getRMid()
RMid
public void setRMid(Key value)
RMid
public java.lang.String getname()
name
public void setname(java.lang.String value)
name
public RStable getTable()
public void setTable(RStable value)
public Database getSchema()
public void setSchema(Database value)
public void addRow()
RS to its Table * and links it to its parents and siblings
public void deleteRow()
RS from its Table * and unlinks it from its parents and siblings
public void linkRow()
RS to all of it's related tables
public void unlinkRow()
RS from all of it's related tables
public void dumpRow(java.io.BufferedWriter output)
throws java.io.IOException
RS 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 | |||||||||