|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.BaseEntry<ListEntry>
com.google.gdata.data.spreadsheet.ListEntry
public class ListEntry
Atom Entry for one single row Google Spreadsheets in the list-based access mode.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.data.BaseEntry |
---|
BaseEntry.AtomHandler |
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
Field Summary | |
---|---|
static Category |
CATEGORY
Category used to label the flexible-schema list entries. |
static java.lang.String |
KIND
Kind category term used to label the flexible-schema list entries. |
Constructor Summary | |
---|---|
ListEntry()
Constructs an empty CellEntry to be populated by the XML parsing process. |
|
ListEntry(BaseEntry sourceEntry)
Constructs from a copy. |
|
ListEntry(java.lang.String id,
java.lang.String versionId)
Constructs a List Entry with the given information. |
Method Summary | |
---|---|
void |
declareExtensions(ExtensionProfile extProfile)
Declares the extensions used by the XML parser in the given profile object. |
CustomElementCollection |
getCustomElements()
Gets the collection of custom elements that contain all the special gsx data items. |
void |
setAutomaticallyGeneratedContent(Content c)
Lets the GData server populate this entry with the atom:content. |
void |
setAutomaticallyGeneratedSummary(TextConstruct v)
Lets the GData server populate this entry with the atom:summary. |
void |
setAutomaticallyGeneratedTitle(TextConstruct v)
Lets the GData server populate this entry with the atom:title. |
void |
setContent(Content c)
Prevents setting the server-generated field. |
void |
setContent(TextConstruct c)
Prevents setting the server-generated field. |
void |
setSummary(TextConstruct v)
Prevents setting the server-generated field. |
void |
setTitle(TextConstruct v)
Prevents setting the server-generated field. |
Methods inherited from class com.google.gdata.data.BaseEntry |
---|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getResumableEditMediaLink, getRights, getSelectedFields, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setSelectedFields, setService, setSource, setUpdated, setVersionId, update |
Methods inherited from class com.google.gdata.data.ExtensionPoint |
---|
addExtension, addRepeatingExtension, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KIND
public static final Category CATEGORY
Constructor Detail |
---|
public ListEntry()
public ListEntry(java.lang.String id, java.lang.String versionId)
id
- the permanent ID of this entryversionId
- the version identifier of the snapshotpublic ListEntry(BaseEntry sourceEntry)
sourceEntry
- source to copy fromMethod Detail |
---|
public CustomElementCollection getCustomElements()
public void setTitle(TextConstruct v)
setTitle
in class BaseEntry<ListEntry>
public void setContent(Content c)
setContent
in class BaseEntry<ListEntry>
public void setContent(TextConstruct c)
setContent
in class BaseEntry<ListEntry>
public void setSummary(TextConstruct v)
setSummary
in class BaseEntry<ListEntry>
public void setAutomaticallyGeneratedTitle(TextConstruct v)
public void setAutomaticallyGeneratedContent(Content c)
public void setAutomaticallyGeneratedSummary(TextConstruct v)
public void declareExtensions(ExtensionProfile extProfile)
declareExtensions
in interface Kind.Adaptor
declareExtensions
in class ExtensionPoint
extProfile
- the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |