/* * Pre: The audition must already exist in the database * Post: The audition's information is edited in the database * @returns true if the update is successful and false otherwise */ public bool updateInDatabase() { return(DbInterfaceAudition.EditAudition(this)); }