You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by x x <dj...@yahoo.com> on 2009/11/22 23:12:25 UTC

get fields from generic value obejct

Hello

How can i get fields from GenericValue object?
If i hava GenericValue obejct withc is instance of Party entity, how can i see filed PartyId ? 


      

Re: get fields from generic value obejct

Posted by Scott Gray <sc...@hotwaxmedia.com>.
String partyId = party.getString("partyId");

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 23/11/2009, at 11:12 AM, x x wrote:

> Hello
>
> How can i get fields from GenericValue object?
> If i hava GenericValue obejct withc is instance of Party entity, how  
> can i see filed PartyId ?
>
>
>