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

NAME

InterMine::ModelOwner - methods for objects that have InterMine::Models

SYNOPSIS

  use InterMine::ModelOwner;

  my $self  = $class->new();
  my $model = new Webservice::InterMine::Template(file => $template_file);
  $self->model = $model;
  ...

DESCRIPTION

Classes can inherit from this module to get methods for dealing with models

AUTHOR

FlyMine <support@flymine.org>

BUGS

Please report any bugs or feature requests to support@flymine.org.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc InterMine::ModelOwner;

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2006,2007,2008,2009 FlyMine, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

METHODS