Packagecom.yahoo.webapis.search
Classpublic class Album

Album is a Value Object for the Search API.



Public Properties
 PropertyDefined by
  id : String
The id of the Album.
Album
  name : String
The name of the Album.
Album
Public Methods
 MethodDefined by
  
Construct a new Album instance.
Album
  
toString():String
The label of the Album.
Album
Property detail
idproperty
id:String  [read-write]

The id of the Album.

Implementation
    public function get id():String
    public function set id(value:String):void
nameproperty 
name:String  [read-write]

The name of the Album.

Implementation
    public function get name():String
    public function set name(value:String):void
Constructor detail
Album()constructor
public function Album()

Construct a new Album instance.

Method detail
toString()method
public function toString():String

The label of the Album.

Returns
String