Class google.gdata.finance.PortfolioEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.finance.PortfolioEntry
- class
google.gdata.finance.PortfolioEntry
- extends google.gdata.Entry
Describes an entry in a feed of Finance portfolios.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Entry |
$authorsClass_, $categoriesClass_, $contentClass_, $contributorsClass_, $idClass_, $linksClass_, $publishedClass_, $rightsClass_, $summaryClass_, $titleClass_, $updatedClass_, author, category, content, contributor, id, link, published, rights, summary, title, updated, xmlns
|
Constructor Summary |
google.gdata.finance.PortfolioEntry(<Object> opt_params)
Constructs a Finance portfolio entry using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
google.gdata.finance.PortfolioFeedLink|undefined
|
getFeedLink()
Returns the position feed for the portfolio.
|
google.gdata.finance.PortfolioData|undefined
|
getPortfolioData()
Returns the data for the portfolio.
|
void
|
setFeedLink(<google.gdata.finance.PortfolioFeedLink|Object|undefined> feedLink)
Sets the position feed for the portfolio.
|
void
|
setPortfolioData(<google.gdata.finance.PortfolioData|Object|undefined> portfolioData)
Sets the data for the portfolio.
|
Methods inherited from class google.gdata.Entry |
getControl, setControl, getEdited, setEdited, getEtag, setEtag, getKind, setKind, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
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
|
$feedLinkClass_
Object $feedLinkClass_
$portfolioDataClass_
Object $portfolioDataClass_
google.gdata.finance.PortfolioEntry
google.gdata.finance.PortfolioEntry(<Object> opt_params)
Constructs a Finance portfolio 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, edited, etag, feedLink, id, links, portfolioData, title, and updated.
getFeedLink
google.gdata.finance.PortfolioFeedLink|undefined getFeedLink()
Returns the position feed for the portfolio. This element is optional.
Returns:
Position feed for the portfolio or undefined for none.
getPortfolioData
google.gdata.finance.PortfolioData|undefined getPortfolioData()
Returns the data for the portfolio. This element is required.
Returns:
Data for the portfolio or undefined for none.
setFeedLink
void setFeedLink(<google.gdata.finance.PortfolioFeedLink|Object|undefined> feedLink)
Sets the position feed for the portfolio. This element is optional.
setPortfolioData
void setPortfolioData(<google.gdata.finance.PortfolioData|Object|undefined> portfolioData)
Sets the data for the portfolio. This element is required.
Documentation generated by
JSDoc on Mon Dec 14 15:04:11 2009