| java.lang.Object | |||||
| ↳ | com.google.gdata.data.AbstractExtension | ||||
| ↳ | com.google.gdata.data.ExtensionPoint | ||||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | ||||
| ↳ | com.google.gdata.data.media.MediaEntry<E extends com.google.gdata.data.BaseEntry<E>> | ||||
| ↳ | com.google.gdata.data.gtt.DocumentEntry | ||||
Describes a document entry.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the link that provides the URI of the feed for the access control
list for the entry.
| |||||||||||
Returns the marker for deleted entries.
| |||||||||||
Returns the document source.
| |||||||||||
Returns the glossaries element.
| |||||||||||
Returns the last modified by.
| |||||||||||
Returns the number of source words.
| |||||||||||
Returns the percent complete.
| |||||||||||
Returns the source language.
| |||||||||||
Returns the target language.
| |||||||||||
Returns the tms element.
| |||||||||||
Returns whether it has the marker for deleted entries.
| |||||||||||
Returns whether it has the document source.
| |||||||||||
Returns whether it has the glossaries element.
| |||||||||||
Returns whether it has the last modified by.
| |||||||||||
Returns whether it has the number of source words.
| |||||||||||
Returns whether it has the percent complete.
| |||||||||||
Returns whether it has the source language.
| |||||||||||
Returns whether it has the target language.
| |||||||||||
Returns whether it has the tms element.
| |||||||||||
Sets the marker for deleted entries.
| |||||||||||
Sets the document source.
| |||||||||||
Sets the glossaries element.
| |||||||||||
Sets the last modified by.
| |||||||||||
Sets the number of source words.
| |||||||||||
Sets the percent complete.
| |||||||||||
Sets the source language.
| |||||||||||
Sets the target language.
| |||||||||||
Sets the tms element.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.media.MediaEntry
| |||||||||||
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
From interface
com.google.gdata.data.media.IMediaEntry
| |||||||||||
Default mutable constructor.
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance.
| sourceEntry | Source entry |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the link that provides the URI of the feed for the access control list for the entry.
null for none.
Returns the marker for deleted entries.
Returns the number of source words.
Returns whether it has the marker for deleted entries.
Returns whether it has the document source.
Returns whether it has the glossaries element.
Returns whether it has the last modified by.
Returns whether it has the number of source words.
Returns whether it has the percent complete.
Returns whether it has the source language.
Returns whether it has the target language.
Returns whether it has the tms element.
Sets the marker for deleted entries.
| deleted | Marker for deleted entries or null to reset
|
|---|
Sets the document source.
| documentSource | Document source or null to reset
|
|---|
Sets the glossaries element.
| glossary | Glossaries element or null to reset
|
|---|
Sets the last modified by.
| lastModifiedBy | Last modified by or null to reset
|
|---|
Sets the number of source words.
| numberOfSourceWords | Number of source words or null to
reset
|
|---|
Sets the percent complete.
| percentComplete | Percent complete or null to reset
|
|---|
Sets the source language.
| sourceLanguage | Source language or null to reset
|
|---|
Sets the target language.
| targetLanguage | Target language or null to reset
|
|---|
Sets the tms element.
| translationMemory | Tms element or null to reset
|
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.