public class TableEntry extends BaseEntry<TableEntry>
BaseEntry.AtomHandler, BaseEntry.EntryStateExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandlerAbstractExtension.AttributesHandler| Modifier and Type | Field and Description |
|---|---|
static Category |
CATEGORY
Table table category kind category.
|
static java.lang.String |
KIND
Table table category kind term value.
|
xmlBloblocalName, namespace| Constructor and Description |
|---|
TableEntry()
Default mutable constructor.
|
TableEntry(BaseEntry<?> sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
declareExtensions(ExtensionProfile extProfile)
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
|
Data |
getData()
Returns the data region of a table.
|
Header |
getHeader()
Returns the header row.
|
Link |
getRecordsFeedLink()
Returns the link for the feed of a table's records.
|
Worksheet |
getWorksheet()
Returns the worksheet where the table lives.
|
boolean |
hasData()
Returns whether it has the data region of a table.
|
boolean |
hasHeader()
Returns whether it has the header row.
|
boolean |
hasWorksheet()
Returns whether it has the worksheet where the table lives.
|
void |
setData(Data data)
Sets the data region of a table.
|
void |
setHeader(Header header)
Sets the header row.
|
void |
setWorksheet(Worksheet worksheet)
Sets the worksheet where the table lives.
|
java.lang.String |
toString() |
protected void |
validate()
Checks the attributes to see if there are any problems.
|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContentHandlerInfo, 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, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setSelectedFields, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, update, visitChildrenaddExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChildconsumeAttributes, disableStrictValidation, enableStrictValidation, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutablepublic static final java.lang.String KIND
public static final Category CATEGORY
public void declareExtensions(ExtensionProfile extProfile)
ExtensionPointdeclareExtensions in interface Kind.AdaptordeclareExtensions in class ExtensionPointextProfile - the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)public Data getData()
public void setData(Data data)
data - data region of a table or null to resetpublic boolean hasData()
public Header getHeader()
public void setHeader(Header header)
header - header row or null to resetpublic boolean hasHeader()
public Worksheet getWorksheet()
public void setWorksheet(Worksheet worksheet)
worksheet - worksheet where the table lives or null to
resetpublic boolean hasWorksheet()
public Link getRecordsFeedLink()
null for none.protected void validate()
AbstractExtensionvalidate in class AbstractExtensionpublic java.lang.String toString()
toString in class java.lang.Object