|
GData JavaScript Client 1.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.atom.Person
Describes a person construct used for authors and contributors.
Defined in gdata.js
Field Summary | |
Object |
$nameClass_
|
Object |
$uriClass_
|
{google.gdata.atom.Email|undefined} |
email
Author's email address. |
{google.gdata.atom.Name|undefined} |
name
Author's name. |
{google.gdata.atom.Uri|undefined} |
uri
Author's URI. |
Constructor Summary | |
google.gdata.atom.Person(<Object> opt_params)
Constructs a person construct using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
google.gdata.atom.Email|undefined
|
getEmail()
Returns the author's email address. |
google.gdata.atom.Name|undefined
|
getName()
Returns the author's name. |
String|undefined
|
getNameLang()
Returns the language of name. |
google.gdata.atom.Uri|undefined
|
getUri()
Returns the author's URI. |
void
|
setEmail(<google.gdata.atom.Email|Object|undefined> email)
Sets the author's email address. |
void
|
setName(<google.gdata.atom.Name|Object|undefined> name)
Sets the author's name. |
void
|
setNameLang(<String|undefined> nameLang)
Sets the language of name. |
void
|
setUri(<google.gdata.atom.Uri|Object|undefined> uri)
Sets the author's URI. |
Field Detail |
Object $nameClass_
Object $uriClass_
{google.gdata.atom.Email|undefined} email
{google.gdata.atom.Name|undefined} name
{google.gdata.atom.Uri|undefined} uri
Constructor Detail |
google.gdata.atom.Person(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: email, name, nameLang, and uri
Method Detail |
google.gdata.atom.Email|undefined getEmail()
google.gdata.atom.Name|undefined getName()
String|undefined getNameLang()
google.gdata.atom.Uri|undefined getUri()
void setEmail(<google.gdata.atom.Email|Object|undefined> email)
email
- Author's email address, or object to use as a parameter to the google.gdata.atom.Email constructor, or undefined for none
void setName(<google.gdata.atom.Name|Object|undefined> name)
name
- Author's name, or object to use as a parameter to the google.gdata.atom.Name constructor, or undefined for none
void setNameLang(<String|undefined> nameLang)
nameLang
- Language of name or undefined for none
void setUri(<google.gdata.atom.Uri|Object|undefined> uri)
uri
- Author's URI, or object to use as a parameter to the google.gdata.atom.Uri constructor, or undefined for none
|
GData JavaScript Client 1.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |