Java com.google.gwt.gdata.client.maps FeatureEntry fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gdata.client.maps FeatureEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gdata.client.maps FeatureEntry.

The text is from its open source code.

Method

PostalAddressgetPostalAddress()
Returns the postal address.
com.google.gwt.gdata.client.LinkgetSelfLink()
Returns the link that provides the URI of the feed or entry.
TextgetTitle()
Returns the title.
FeatureEntrynewInstance()
Constructs a feature entry.
voidsetContent(Text content)
Sets the content.
voidsetPostalAddress(PostalAddress postalAddress)
Sets the postal address.
voidsetTitle(Text title)
Sets the title.
voidupdateEntry(Callback callback)
Updates the entry in the feed by sending the representation of this entry.