Packagecom.yahoo.webapis.search
Classpublic class Category

Category is a Value Object for the Search API.



Public Properties
 PropertyDefined by
  id : String
The ID of the Category.
Category
  name : String
The Name of the Category.
Category
  url : String
The URL of the Category at Yahoo!.
Category
Public Methods
 MethodDefined by
  
Construct a new Category instance.
Category
  
toString():String
Category
Property detail
idproperty
id:String  [read-write]

The ID of the Category.

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

The Name of the Category.

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

The URL of the Category at Yahoo!.

Implementation
    public function get url():String
    public function set url(value:String):void
Constructor detail
Category()constructor
public function Category()

Construct a new Category instance.

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

Returns
String