|
GData JavaScript Client 1.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.EntryLink
Describes a nested entry link.
Defined in gdata.js
Field Summary | |
Object |
$entryClass_
|
{google.gdata.Entry|undefined} |
entry
Nested entry. |
{String|undefined} |
href
Entry URI. |
{String|undefined} |
readOnly
Whether the contained entry is read-only. |
{String|undefined} |
rel
Entry relation type. |
Constructor Summary | |
google.gdata.EntryLink(<Object> opt_params)
Constructs a nested entry link using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
google.gdata.Entry|undefined
|
getEntry()
Returns the nested entry. |
String|undefined
|
getHref()
Returns the entry URI. |
Boolean|undefined
|
getReadOnly()
Returns whether the contained entry is read-only. |
String|undefined
|
getRel()
Returns the entry relation type. |
void
|
setEntry(<google.gdata.Entry|Object|undefined> entry)
Sets the nested entry. |
void
|
setHref(<String|undefined> href)
Sets the entry URI. |
void
|
setReadOnly(<Boolean|undefined> readOnly)
Sets whether the contained entry is read-only. |
void
|
setRel(<String|undefined> rel)
Sets the entry relation type. |
Field Detail |
Object $entryClass_
{google.gdata.Entry|undefined} entry
{String|undefined} href
{String|undefined} readOnly
{String|undefined} rel
Constructor Detail |
google.gdata.EntryLink(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: entry, href, readOnly, and rel
Method Detail |
google.gdata.Entry|undefined getEntry()
String|undefined getHref()
Boolean|undefined getReadOnly()
String|undefined getRel()
void setEntry(<google.gdata.Entry|Object|undefined> entry)
entry
- Nested entry, or object to use as a parameter to the google.gdata.Entry constructor, or undefined for none
void setHref(<String|undefined> href)
href
- Entry URI or undefined for none
void setReadOnly(<Boolean|undefined> readOnly)
readOnly
- Whether the contained entry is read-only or undefined for none
void setRel(<String|undefined> rel)
rel
- Entry relation type or undefined for none
|
GData JavaScript Client 1.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |