Re: Key value coding in EOEntity WAS Generating EO Java Files in xcode 2.1
Re: Key value coding in EOEntity WAS Generating EO Java Files in xcode 2.1
- Subject: Re: Key value coding in EOEntity WAS Generating EO Java Files in xcode 2.1
- From: Tonny Staunsbrink <email@hidden>
- Date: Tue, 21 Jun 2005 17:02:00 +0200
On Jun 20, 2005, at 6:56 PM, 時期 精霊 wrote:
My preferences would be to skip autogenerating code and use the
design pattern introduced with CoreData. There yor customized
object subclasses ManagedObject (which is kinda equal to
EOGenericRecord) and only adds new logic. Attributes access is
handled purely through key/value coding.
What do you mean by that?
You do:
person.takeValueForKey("John", "firstName");
instead of
person.setFirstName("John");
?
Yes, exactly that.
Regards
Kuon
_______________________________________________
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