Java com.google.gwt.gdata.client.finance TransactionEntry fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

com.google.gwt.gdata.client.LinkgetSelfLink()
Returns the link that provides the URI of the feed or entry.
TransactionDatagetTransactionData()
Returns the data for the transaction.
TransactionEntrynewInstance()
Constructs a Finance transaction entry.
voidsetTransactionData(TransactionData transactionData)
Sets the data for the transaction.
voidupdateEntry(Callback callback)
Updates the entry in the feed by sending the representation of this entry.