Class google.gdata.ExtendedProperty
Object
|
+--google.gdata.ExtendedProperty
- class
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 |
value
Property value. |
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
|
getValue()
Returns the property value.
|
void
|
setName(<String|Undefined> name)
Sets the name of the property expressed as a URI.
|
void
|
setValue(<String|Undefined> value)
Sets the property value.
|
name
String|Undefined name
Name of the property expressed as a URI. This attribute is required.
value
String|Undefined value
Property value. This attribute is required.
google.gdata.ExtendedProperty
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.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: name and value
getName
String|Undefined getName()
Returns the name of the property expressed as a URI. This attribute is
required.
Returns:
Name of the property expressed as a URI or undefined for none
getValue
String|Undefined getValue()
Returns the property value. This attribute is required.
Returns:
Property value or undefined for none
setName
void setName(<String|Undefined> name)
Sets the name of the property expressed as a URI. This attribute is
required.
Parameters:
name
- Name of the property expressed as a URI or undefined for none
setValue
void setValue(<String|Undefined> value)
Sets the property value. This attribute is required.
Parameters:
value
- Property value or undefined for none
Documentation generated by
JSDoc on Thu Oct 18 16:10:01 2007