| 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.docs.DocumentListEntry | |||||
| ↳ | com.google.gdata.data.docs.AudioEntry | |||||
An entry representing a single audio file with a DocumentListFeed.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Kind category term used to label the entries which are of this document type. | |||||||||
| String | LABEL | Label for category. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.docs.DocumentListEntry
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Category used to label entries which are of this document type. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.docs.DocumentListEntry
| |||||||||||
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new uninitialized entry, to be populated by the GData parsers.
| |||||||||||
Constructs a new entry by doing a shallow copy from another BaseEntry instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the album.
| |||||||||||
Returns the album art.
| |||||||||||
Returns the album artist.
| |||||||||||
Returns the artist.
| |||||||||||
Returns the composer.
| |||||||||||
Returns the duration.
| |||||||||||
Returns the genre.
| |||||||||||
Returns the size.
| |||||||||||
Returns the track.
| |||||||||||
Returns the year.
| |||||||||||
Returns whether it has the album.
| |||||||||||
Returns whether it has the album art.
| |||||||||||
Returns whether it has the album artist.
| |||||||||||
Returns whether it has the artist.
| |||||||||||
Returns whether it has the composer.
| |||||||||||
Returns whether it has the duration.
| |||||||||||
Returns whether it has the genre.
| |||||||||||
Returns whether it has the size.
| |||||||||||
Returns whether it has the track.
| |||||||||||
Returns whether it has the year.
| |||||||||||
Sets the album.
| |||||||||||
Sets the album art.
| |||||||||||
Sets the album artist.
| |||||||||||
Sets the artist.
| |||||||||||
Sets the composer.
| |||||||||||
Sets the duration
| |||||||||||
Sets the genre.
| |||||||||||
Sets the size.
| |||||||||||
Sets the track.
| |||||||||||
Sets the year.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.docs.DocumentListEntry
| |||||||||||
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
| |||||||||||
Kind category term used to label the entries which are of this document type.
Label for category.
Category used to label entries which are of this document type.
Constructs a new uninitialized entry, to be populated by the GData parsers.
Constructs a new entry by doing a shallow copy from another BaseEntry instance.
| sourceEntry |
|---|
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 whether it has the album.
Returns whether it has the album art.
Returns whether it has the album artist.
Returns whether it has the artist.
Returns whether it has the composer.
Returns whether it has the duration.
Returns whether it has the genre.
Returns whether it has the size.
Returns whether it has the track.
Returns whether it has the year.
Sets the album art.
| albumArt | Album art or null to reset
|
|---|
Sets the album artist.
| albumArtist | Album artist or null to reset
|
|---|
Sets the composer.
| composer | Composer or null to reset
|
|---|
Sets the duration
| duration | Duration or null to reset
|
|---|