|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--RC
|
+--TE
Teacher Tab
| Field Summary | |
protected java.lang.String |
name
|
RS |
RSid_bcp
|
RS |
RSid_fcp
|
protected Database |
Schema
|
protected TEtable |
Table
|
| Fields inherited from class RC |
pkid, rflag |
| Method Summary | |
void |
addRow()
Adds this TE to its Table * and links it to its parents and siblings |
void |
deleteRow()
Removes this TE from its Table * and unlinks it from its parents and siblings |
void |
dumpRow(java.io.BufferedWriter output)
Writes this TE to a given BufferedWriter |
java.lang.String |
getname()
Retrieves the value of name |
Database |
getSchema()
Retrieves a reference to the global schema |
TEtable |
getTable()
Retrieves a reference to the TEtable |
void |
linkRow()
Links this TE to all of it's related tables |
void |
setname(java.lang.String value)
Sets the value of name |
void |
setSchema(Database value)
Modifies the reference to the global schema |
void |
setTable(TEtable value)
Sets the reference to the TEtable |
java.lang.String |
toString()
|
void |
unlinkRow()
Unlinks this TE 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 java.lang.String name
protected TEtable Table
protected Database Schema
public RS RSid_fcp
public RS RSid_bcp
| Method Detail |
public java.lang.String getname()
name
public void setname(java.lang.String value)
name
public TEtable getTable()
public void setTable(TEtable value)
public Database getSchema()
public void setSchema(Database value)
public void addRow()
TE to its Table * and links it to its parents and siblings
public void deleteRow()
TE from its Table * and unlinks it from its parents and siblings
public void linkRow()
TE to all of it's related tables
public void unlinkRow()
TE from all of it's related tables
public void dumpRow(java.io.BufferedWriter output)
throws java.io.IOException
TE 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 | |||||||||