NAME

Myco::Query - a Myco entity class

VERSION

$Revision: 1.1.1.1 $

DATE

$Date: 2003/12/18 21:18:29 $

SYNOPSIS

use Myco::Query;

# Constructors. See Myco::Base::Entity for more.
my $obj = Myco::Query->new;

# Accessors.
my $value = $obj->get_fooattrib;
$obj->set_fooattrib($value);

$obj->save;
$obj->destroy;

DESCRIPTION

A class to prepare and store Tangram Query objects used to generate lists.