Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

Department Class Reference

Inheritance diagram for Department:

Inheritance graph
[legend]
Collaboration diagram for Department:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Department ()
 Department (int pID, QString name, QString abbrev, Faculty *parent)
virtual QString getDescription () const
QString getName () const
QString getAbbrev () const
FacultygetFaculty ()
InstitutegetInstitute ()
QString getInstName ()
int getInstID ()
QString getFacName ()
int getFacultyID ()
bool setName (QString pName)
bool setAbbrev (QString pAbbrev)

Static Public Member Functions

static void PrepareSQL (sql *dbConn)
static bool uniqueName (QString name, int faculty_id)
static bool uniqueAbbrev (QString abbrev, int faculty_id)

Protected Member Functions

void bindValues (int preparedSQL, int start)

Static Protected Attributes

static int insertSQL = 0
static int updateSQL = 0
static int deleteSQL = 0
static int uniqueNameSQL = 0
static int uniqueAbbrevSQL = 0
static int errorSQL = 0

Friends

class DeptItem

Detailed Description

Definition at line 27 of file Department.h.


The documentation for this class was generated from the following files:
Generated on Thu Apr 6 16:27:18 2006 for time-table by  doxygen 1.4.4