// ----------------------
// Accessors and Mutators
// ----------------------
private void setTheNotify(Notify theNotify) {
Notify oldValue = this.theNotify;
this.theNotify = theNotify;
this.qq_Listeners.firePropertyChange("theNotify", oldValue, this.theNotify);
}