Solstice::ImplementationData - Tracks data for one implementation of a tool.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::ImplementationData - Tracks data for one implementation of a tool.

SYNOPSIS =cut

Top

use 5.006_000; use strict; use warnings;

use base qw(Solstice::Model);

Export

No symbols exported.

Methods

_initFromHash(\%input)
_getAccessorDefinition() =cut

sub _getAccessorDefinition { return [ { name => 'Owner', key => '_owner', type => 'Person', }, { name => 'ImplementationName', key => '_implementation_name', type => 'String', }, { name => 'ImplementationID', key => '_implementation_id', type => 'Integer', }, { name => 'ParticipantURL', key => '_participant_url', type => 'String', }, { name => 'DateCreated', key => '_date_created', type => 'DateTime', }, { name => 'DateModified', key => '_date_modified', type => 'DateTime', }, { name => 'ApplicationName', key => '_application_name', type => 'String', }, { name => 'ApplicationID', key => '_application_id', type => 'Integer', }, { name => 'DataHash', key => '_data_hash', type => 'HashRef', } ]; }

1;

__END__

Modules Used

AUTHOR

Top

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision: 2579 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.