NAME

Myco::Base::Entity::Meta::Query - a Myco entity class

VERSION

Release

0.01

Repository

$Revision$ $Date$

SYNOPSIS

use Myco::Query;

# Constructors. See Myco::Base::Entity for more.
my $obj = Myco::Base::Entity::Meta::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.