|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--RC
|
+--ST
Student Tab
| Field Summary | |
EN |
ENid_bcp
|
EN |
ENid_fcp
|
protected java.lang.String |
fname
|
protected double |
GPA
|
protected java.lang.String |
lname
|
protected Database |
Schema
|
protected STtable |
Table
|
| Fields inherited from class RC |
pkid, rflag |
| Method Summary | |
void |
addRow()
Adds this ST to its Table * and links it to its parents and siblings |
void |
deleteRow()
Removes this ST from its Table * and unlinks it from its parents and siblings |
void |
dumpRow(java.io.BufferedWriter output)
Writes this ST to a given BufferedWriter |
java.lang.String |
getfname()
Retrieves the value of fname |
double |
getGPA()
Retrieves the value of GPA |
java.lang.String |
getlname()
Retrieves the value of lname |
Database |
getSchema()
Retrieves a reference to the global schema |
STtable |
getTable()
Retrieves a reference to the STtable |
void |
linkRow()
Links this ST to all of it's related tables |
void |
setfname(java.lang.String value)
Sets the value of fname |
void |
setGPA(double value)
Sets the value of GPA |
void |
setlname(java.lang.String value)
Sets the value of lname |
void |
setSchema(Database value)
Modifies the reference to the global schema |
void |
setTable(STtable value)
Sets the reference to the STtable |
java.lang.String |
toString()
|
void |
unlinkRow()
Unlinks this ST 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 fname
protected java.lang.String lname
protected double GPA
protected STtable Table
protected Database Schema
public EN ENid_fcp
public EN ENid_bcp
| Method Detail |
public java.lang.String getfname()
fname
public void setfname(java.lang.String value)
fname
public java.lang.String getlname()
lname
public void setlname(java.lang.String value)
lname
public double getGPA()
GPA
public void setGPA(double value)
GPA
public STtable getTable()
public void setTable(STtable value)
public Database getSchema()
public void setSchema(Database value)
public void addRow()
ST to its Table * and links it to its parents and siblings
public void deleteRow()
ST from its Table * and unlinks it from its parents and siblings
public void linkRow()
ST to all of it's related tables
public void unlinkRow()
ST from all of it's related tables
public void dumpRow(java.io.BufferedWriter output)
throws java.io.IOException
ST 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 | |||||||||