Packagecom.yahoo.webapis.search
Classpublic class AlbumSearchResult
InheritanceAlbumSearchResult Inheritance SearchResult

AlbumSearchResult is a Value Object for the Search API.



Public Properties
 PropertyDefined by
  artist : Artist
The artist of the Album.
AlbumSearchResult
 Inheritedid : String
The ID.
SearchResult
 Inheritedindex : uint
The index of the SearchResult.
SearchResult
 Inheritedname : String
The name of the SearchResult.
SearchResult
  publisher : String
The publisher of the content.
AlbumSearchResult
  relatedAlbums : Array
Contains a list of related albums that fans of the album might like.
AlbumSearchResult
  releaseDate : String
The release date of the Album.
AlbumSearchResult
  thumbnail : Thumbnail
The thumbnail.
AlbumSearchResult
Public Methods
 MethodDefined by
  
Construct a new AlbumSearchResult instance.
AlbumSearchResult
 Inherited
toString():String
The label of the SearchResult.
SearchResult
Property detail
artistproperty
artist:Artist  [read-write]

The artist of the Album.

This property can be used as the source for data binding.

Implementation
    public function get artist():Artist
    public function set artist(value:Artist):void
publisherproperty 
publisher:String  [read-write]

The publisher of the content.

This property can be used as the source for data binding.

Implementation
    public function get publisher():String
    public function set publisher(value:String):void
relatedAlbumsproperty 
relatedAlbums:Array  [read-write]

Contains a list of related albums that fans of the album might like.

This property can be used as the source for data binding.

Implementation
    public function get relatedAlbums():Array
    public function set relatedAlbums(value:Array):void
releaseDateproperty 
releaseDate:String  [read-write]

The release date of the Album.

This property can be used as the source for data binding.

Implementation
    public function get releaseDate():String
    public function set releaseDate(value:String):void
thumbnailproperty 
thumbnail:Thumbnail  [read-write]

The thumbnail.

This property can be used as the source for data binding.

Implementation
    public function get thumbnail():Thumbnail
    public function set thumbnail(value:Thumbnail):void
Constructor detail
AlbumSearchResult()constructor
public function AlbumSearchResult()

Construct a new AlbumSearchResult instance.