|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.Person
Describes a person construct used for authors and contributors.
Defined in gdata.js
Field Summary | |
google.gdata.Email|Undefined |
email
Author's email address. |
google.gdata.Name|Undefined |
name
Author's name. |
google.gdata.Uri|Undefined |
uri
Author's URI. |
Constructor Summary | |
google.gdata.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.Email|Undefined
|
getEmail()
Returns the author's email address. |
google.gdata.Name|Undefined
|
getName()
Returns the author's name. |
String|Undefined
|
getNameLang()
Returns the language of name. |
google.gdata.Uri|Undefined
|
getUri()
Returns the author's URI. |
void
|
setEmail(<google.gdata.Email|Object|Undefined> email)
Sets the author's email address. |
void
|
setName(<google.gdata.Name|Object|Undefined> name)
Sets the author's name. |
void
|
setNameLang(<String|Undefined> nameLang)
Sets the language of name. |
void
|
setUri(<google.gdata.Uri|Object|Undefined> uri)
Sets the author's URI. |
Field Detail |
google.gdata.Email|Undefined email
google.gdata.Name|Undefined name
google.gdata.Uri|Undefined uri
Constructor Detail |
google.gdata.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.Email|Undefined getEmail()
google.gdata.Name|Undefined getName()
String|Undefined getNameLang()
google.gdata.Uri|Undefined getUri()
void setEmail(<google.gdata.Email|Object|Undefined> email)
email
- Author's email address, or object to use as a parameter to the google.gdata.Email constructor, or undefined for none
void setName(<google.gdata.Name|Object|Undefined> name)
name
- Author's name, or object to use as a parameter to the google.gdata.Name constructor, or undefined for none
void setNameLang(<String|Undefined> nameLang)
nameLang
- Language of name or undefined for none
void setUri(<google.gdata.Uri|Object|Undefined> uri)
uri
- Author's URI, or object to use as a parameter to the google.gdata.Uri constructor, or undefined for none
|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |