Public Member Functions | |
Staff () | |
Staff (int pID, QString fName, QString lName, Department *parent) | |
QString | getDescription () const |
QString | getFName () const |
QString | getLName () const |
Institute * | getInstitute () |
QString | getInstName () const |
int | getInstID () |
Faculty * | getFaculty () |
QString | getFacName () const |
int | getFacID () |
Department * | getDepartment () |
QString | getDeptName () const |
int | getDeptID () |
bool | setFName (QString pName) |
bool | setLName (QString pLName) |
Static Public Member Functions | |
static void | PrepareSQL (sql *dbConn) |
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 | errorSQL = 0 |
Friends | |
class | StaffItem |
Definition at line 27 of file Staff.h.