4. Two functions with the same name and signature are generated. Operations are shown below:
public void addToEntries(com.netBrackets.core.EOEntries object) {
this.includeObjectIntoPropertyWithKey(object, "entries");
}
public void addToEntries(com.netBrackets.core.EOEntries object) {
if (logger.isDebugEnabled()) {
if ((this.editingContext() != null) && (object != null) && (!this.isReadOnly()) && (!object.isReadOnly()) && (!this.editingContext().equals(object.editingContext()))) {
try {
throw new Exception("WrongEdidtingContext");
} catch(Exception exception) {
logger.warn("addToEntries exception " , exception);
}
}
}
this.includeObjectIntoPropertyWithKey(object, "entries");
}
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden