public String getObjectName() {
return this.objectName;
}
public void save(PrintWriter out) throws Exception {
ConfigSaverDelegate localDelegate = (saveDelegate != null)
? saveDelegate
: new RuntimeSaveDelegate(((ApplicationProject) projectObj)
.getConfiguration());
new ConfigSaver(localDelegate).storeDomains(out);
}