/**
* @param appSettings the appSettings to set
*/
public void setAppSettings(ApplicationSettingsModel appSettings) {
ApplicationSettingsModel oldValue = this.getAppSettings();
this.appSettings = appSettings;
propertySupport.firePropertyChange(PROP_SETTINGS, oldValue, appSettings);
}