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.
— K.R.H.
+1.246.262.8567
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]