Java com.google.gwt.gdata.client.gbase ItemsEntry fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

MapAttributegetAttributes()
Returns the attributes.
TextgetContent()
Returns the content.
FeedLinkgetFeedLink()
Returns the nested feed link.
com.google.gwt.gdata.client.atom.LinkgetHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's or feed's contents.
PublishedgetPublished()
Returns the creation timestamp.
com.google.gwt.gdata.client.LinkgetSelfLink()
Returns the link that provides the URI of the feed or entry.
TextgetTitle()
Returns the title.
ItemsEntrynewInstance()
Constructs a Google Base item entry.
voidsetAttribute(String name, Attribute attribute)
Sets the attribute.
voidsetContent(Text content)
Sets the content.
voidsetTitle(Text title)
Sets the title.
voidupdateEntry(Callback callback)
Updates the entry in the feed by sending the representation of this entry.