Net::FreeDB2::Response - Abstract class for FreeDB/CDDB responses.


Net-FreeDB2 documentation  | view source Contained in the Net-FreeDB2 distribution.

Index


NAME

Top

Net::FreeDB2::Response - Abstract class for FreeDB/CDDB responses.

SYNOPSIS

Top

See Net::FreeDB2::Connection.

DESCRIPTION

Top

The Net::FreeDB2::Response class contains a default implementation for FreeDB/CDDB response information.

CONSTRUCTOR

Top

new ()

Creates a new Net::FreeDB2::Response object.

METHODS

Top

setError (VALUE)

Set the error attribute. VALUE is the value.

hasError ()

Returns the error attribute.

setResult (VALUE)

Set the result string attribute. VALUE is the value.

getResult ()

Returns the result string attribute.

SEE ALSO

Top

Net::FreeDB2::Response::Query and Net::FreeDB2::Response::Read.

BUGS

Top

None known.

HISTORY

Top

First development: September 2002

AUTHOR

Top

Vincenzo Zocca <Vincenzo@Zocca.com>

COPYRIGHT

Top

LICENSE

Top

This file is part of the Net::FreeDB2 module hierarchy for Perl by Vincenzo Zocca.

The Net::FreeDB2 module hierarchy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

The Net::FreeDB2 module hierarchy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the Net::FreeDB2 module hierarchy; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Net-FreeDB2 documentation  | view source Contained in the Net-FreeDB2 distribution.