Re: Localization & EO Setters
Re: Localization & EO Setters
- Subject: Re: Localization & EO Setters
- From: Kevin Hinkson <email@hidden>
- Date: Sat, 18 Feb 2012 19:12:58 -0400
On 18 Feb 2012, at 16:48, George Domurot wrote: I'm pretty sure you can add your own setters/getters for each attribute and language, i.e.:
public String value_en() { return (String) eo().valueForKey("value_en"); }
public void setValue_en(String inValue) { eo().takeValueForKey(inValue, "value_en"); }
Thanks. I'll give that a try. I was completely unaware of that.
|
_______________________________________________
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