Object
|
+--google.gdata.mediarss.MediaCopyright
- class
google.gdata.mediarss.MediaCopyright
Describes a media copyright.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Text of the copyright. |
{string|undefined} |
url
Url to the terms of usage page or copyright information. |
Constructor Summary |
google.gdata.mediarss.MediaCopyright(<Object> opt_params)
Constructs a media copyright using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
string|undefined
|
getContent()
Returns the text of the copyright.
|
string|undefined
|
getUrl()
Returns the url to the terms of usage page or copyright information.
|
void
|
setContent(<string|undefined> content)
Sets the text of the copyright.
|
void
|
setUrl(<string|undefined> url)
Sets the url to the terms of usage page or copyright information.
|
$t
{string|undefined} $t
Text of the copyright. This attribute is optional.
url
{string|undefined} url
Url to the terms of usage page or copyright information. This attribute
is optional.
google.gdata.mediarss.MediaCopyright(<Object> opt_params)
Constructs a media copyright 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: content and url.
getContent
string|undefined getContent()
Returns the text of the copyright. This attribute is optional.
Returns:
Text of the copyright or undefined for none.
getUrl
string|undefined getUrl()
Returns the url to the terms of usage page or copyright information. This
attribute is optional.
Returns:
Url to the terms of usage page or copyright information or undefined for none.
setContent
void setContent(<string|undefined> content)
Sets the text of the copyright. This attribute is optional.
Parameters:
content
- Text of the copyright or undefined for none.
setUrl
void setUrl(<string|undefined> url)
Sets the url to the terms of usage page or copyright information. This
attribute is optional.
Parameters:
url
- Url to the terms of usage page or copyright information or undefined for none.
Documentation generated by
JSDoc on Mon Dec 14 15:04:11 2009