|
GData JavaScript Client 1.1 | ||||||||
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 | |
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. |
Object
|
getEntryClass()
Returns the class to use for representing atom: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 |
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()
Object getEntryClass()
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.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |