Class google.gdata.finance.TransactionEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.finance.TransactionEntry
- class
google.gdata.finance.TransactionEntry
- extends google.gdata.Entry
Describes an entry in a feed of Finance transactions.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Entry |
$authorsClass_, $categoriesClass_, $contributorsClass_, $linksClass_, author, category, content, contributor, id, link, published, rights, summary, title, updated, xmlns
|
Constructor Summary |
google.gdata.finance.TransactionEntry(<Object> opt_params)
Constructs a Finance transaction entry using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
google.gdata.finance.TransactionData|undefined
|
getTransactionData()
Returns the data for the transaction.
|
void
|
setTransactionData(<google.gdata.finance.TransactionData|Object|undefined> transactionData)
Sets the data for the transaction.
|
Methods inherited from class google.gdata.atom.Entry |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContent, setContent, getContributors, setContributors, addContributor, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getRights, setRights, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated
|
google.gdata.finance.TransactionEntry
google.gdata.finance.TransactionEntry(<Object> opt_params)
Constructs a Finance transaction entry using an object parameter whose
property names match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: categories, id, links, title, transactionData, and updated
getTransactionData
google.gdata.finance.TransactionData|undefined getTransactionData()
Returns the data for the transaction. This element is required.
Returns:
Data for the transaction or undefined for none
setTransactionData
void setTransactionData(<google.gdata.finance.TransactionData|Object|undefined> transactionData)
Sets the data for the transaction. This element is required.
Documentation generated by
JSDoc on Mon Jul 21 17:09:08 2008