FW: issue with a nested editing context [long]
FW: issue with a nested editing context [long]
- Subject: FW: issue with a nested editing context [long]
- From: Marius Strumyla <email@hidden>
- Date: Thu, 3 Jun 2004 15:41:39 -0400
Chuck Hill wrote:
> Helper attribute meaning a cached value or one calculated from
> persistent attributes?
>
It wasn't calculated from persistent attributes. I guess u can say
it was a cached value :)
The attribute would be initialized in EO constructor and changed
through a set method.
public class ReferralForm extends EOGenericRecord {
// a list of attributes that should be validated
private Vector mRrequiredAttributes;
public ReferralForm() {
super();
mRrequiredAttributes = new Vector();
}
...
public void setRequiredAttributes(Vector attributes) {
mRequiredAttributes = attributes;
}
}
The information transmitted in this E-mail is intended only for the person
to which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons other
than the intended recipient is prohibited. If you received this in error,
please contact the sender and delete the material from any computer.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.