Public Member Functions | |
Faculty () | |
Faculty (int pID, QString name, QString abbrev, Institute *parent) | |
QString | getDescription () const |
QString | getName () const |
QString | getAbbrev () const |
Institute * | getInstitute () const |
QString | getInstName () const |
int | getInstID () |
bool | setName (QString pName) |
bool | setAbbrev (QString pAbbrev) |
Static Public Member Functions | |
static void | PrepareSQL (sql *dbConn) |
static bool | uniqueName (QString name, int id) |
static bool | uniqueAbbrev (QString abbrev, int id) |
Protected Member Functions | |
void | bindValues (int preparedSQL, int start) |
Static Protected Attributes | |
static int | selectSQL = 0 |
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 | FacItem |
Definition at line 27 of file Faculty.h.