Class TE

java.lang.Object
  |
  +--RC
        |
        +--TE
All Implemented Interfaces:
java.io.Serializable

public class TE
extends RC
implements java.io.Serializable

Teacher Tab

See Also:
Serialized Form

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

name

protected java.lang.String name

Table

protected TEtable Table

Schema

protected Database Schema

RSid_fcp

public RS RSid_fcp

RSid_bcp

public RS RSid_bcp
Method Detail

getname

public java.lang.String getname()
Retrieves the value of name


setname

public void setname(java.lang.String value)
Sets the value of name


getTable

public TEtable getTable()
Retrieves a reference to the TEtable


setTable

public void setTable(TEtable value)
Sets the reference to the TEtable


getSchema

public Database getSchema()
Retrieves a reference to the global schema


setSchema

public void setSchema(Database value)
Modifies the reference to the global schema


addRow

public void addRow()
Adds this TE to its Table * and links it to its parents and siblings


deleteRow

public void deleteRow()
Removes this TE from its Table * and unlinks it from its parents and siblings


linkRow

public void linkRow()
Links this TE to all of it's related tables


unlinkRow

public void unlinkRow()
Unlinks this TE from all of it's related tables


dumpRow

public void dumpRow(java.io.BufferedWriter output)
             throws java.io.IOException
Writes this TE to a given BufferedWriter

java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object