The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MOBY::service_type - a lightweight connection to the service_type table in the database

SYNOPSIS

 use MOBY::service_type;
 my $Instance = MOBY::service_type->new(
      rdf_definition => "URI:LSID:www.biomoby.org:services:Blast",
      name "Blast",
 );
 print $Instance->service_type_id;

DESCRIPTION

representation of the service_type table. Can write to the database

AUTHORS

Mark Wilkinson (mwilkinson@gene.pbi.nrc.ca)