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

Example usage for Java com.google.gwt.gdata.client.finance TransactionData 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 TransactionData.

The text is from its open source code.

Method

StringgetNotes()
Returns the notes.
doublegetShares()
Returns the number of shares involved in the transaction.
StringgetType()
Returns the type for the transaction (can be "Buy", "Sell", "Buy to Cover" or "Sell Short").
TransactionDatanewInstance()
Constructs a transaction data.
voidsetNotes(String notes)
Sets the notes.
voidsetShares(double shares)
Sets the number of shares involved in the transaction.
voidsetType(String type)
Sets the type for the transaction (can be "Buy", "Sell", "Buy to Cover" or "Sell Short").