Packagecom.yahoo.webapis.search
Classpublic class Artist

Artist is a Value Object for the Search API.



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

The id of the Artist.

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

The name of the Artist.

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

Construct a new Artist instance.

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

The label of the Artist.

Returns
String