// ----------------------
// Accessors and Mutators
// ----------------------
public void setParentService(IBusinessServiceMgr parentService) {
IBusinessServiceMgr oldValue = this.parentService;
this.parentService = parentService;
this.qq_Listeners.firePropertyChange("parentService", oldValue, this.parentService);
}