This is a missing piece of code for the above question :
*@ProxyForName(value = "com.google.gdata.data.contacts.ContactEntry",
locator = "xxx.server.request.ContactLocator")*
*public interface ContactEntryProxy extends EntityProxy {*
*
*
* List<EmailProxy> getEmailAddresses();*
* *
* NameProxy getName();*
*
*
* void setName(NameProxy name);*
* *
* void setNickname(NicknameProxy nicknameProxy);*
*
*
* NicknameProxy getNickname();*
* *
*
*
*}*
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.