NAME
Net::FreeDB2::Site - FreeDB/CDDB query match class
SYNOPSIS
See Net::FreeDB2.
DESCRIPTION
The Net::FreeDB2::Site
class contains information on FreeDB/CDDB query matches.
CONSTRUCTOR
- new ([OPT_HASH_REF])
-
Creates a new
Net::FreeDB2::Site
object.Allowed options for
OPT_HASH_REF
are:- site
-
Passed to
setSite ()
. - port
-
Passed to
setPort ()
. - latitude
-
Passed to
setLatitude ()
.
METHODS
- setSite (VALUE)
-
Set the site attribute.
VALUE
is the value. - getSite ()
-
Returns the site attribute.
- setPort (VALUE)
-
Set the port attribute.
VALUE
is the value. - getPort ()
-
Returns the port attribute.
- setLatitude (VALUE)
-
Set the latitude attribute.
VALUE
is the value. - getLatitude ()
-
Returns the latitude attribute.
- setLongitude (VALUE)
-
Set the longitude attribute.
VALUE
is the value. - getLongitude ()
-
Returns the longitude attribute.
- setDescription (VALUE)
-
Set the description attribute.
VALUE
is the value. - getDescription ()
-
Returns the description attribute.
SEE ALSO
Net::FreeDB2::Response::Query.
BUGS
None known.
HISTORY
First development: September 2002
AUTHOR
Vincenzo Zocca <Vincenzo@Zocca.com>
COPYRIGHT
Copyright 2002, Vincenzo Zocca.
LICENSE
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