|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.ExtendedProperty
Stores a limited amount of custom data as an auxiliary property of the
enclosing entity.
Defined in gdata.js
Field Summary | |
{string|undefined} |
name
Name of the property expressed as a URI. |
{string|undefined} |
realm
Limit on who may see and modify this extended property. |
{string|undefined} |
value
Property value. |
<static> <final> {string} |
REALM_SHARED
Shared extended property. |
Constructor Summary | |
google.gdata.ExtendedProperty(<Object> opt_params)
Constructs an extended property using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getName()
Returns the name of the property expressed as a URI. |
string|undefined
|
getRealm()
Returns the limit on who may see and modify this extended property. |
string|undefined
|
getValue()
Returns the property value. |
void
|
setName(<string|undefined> name)
Sets the name of the property expressed as a URI. |
void
|
setRealm(<string|undefined> realm)
Sets the limit on who may see and modify this extended property. |
void
|
setValue(<string|undefined> value)
Sets the property value. |
Field Detail |
{string|undefined} name
{string|undefined} realm
{string|undefined} value
<static> <final> {string} REALM_SHARED
Constructor Detail |
google.gdata.ExtendedProperty(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: name, realm, and value.
Method Detail |
string|undefined getName()
string|undefined getRealm()
string|undefined getValue()
void setName(<string|undefined> name)
name
- Name of the property expressed as a URI or undefined for none.
void setRealm(<string|undefined> realm)
realm
- Limit on who may see and modify this extended property or undefined for none.
void setValue(<string|undefined> value)
value
- Property value or undefined for none.
|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |