Bio::Chado::Schema::NaturalDiversity::NdProtocolprop - Property/value associations for protocol.



NAME

Bio::Chado::Schema::NaturalDiversity::NdProtocolprop


NAME

Bio::Chado::Schema::NaturalDiversity::NdProtocolprop - Property/value associations for protocol.


ACCESSORS

nd_protocolprop_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'nd_protocolprop_nd_protocolprop_id_seq'

nd_protocol_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

The protocol to which the property applies.

type_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

The name of the property as a reference to a controlled vocabulary term.

value

  data_type: 'varchar'
  is_nullable: 1
  size: 255

The value of the property.

rank

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

The rank of the property value, if the property has an array of values.


RELATIONS

nd_protocol

Type: belongs_to

Related object: the Bio::Chado::Schema::NaturalDiversity::NdProtocol manpage

type

Type: belongs_to

Related object: the Bio::Chado::Schema::Cv::Cvterm manpage


AUTHOR

Robert Buels <rbuels@cpan.org>


COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Robert Buels.

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

 Bio::Chado::Schema::NaturalDiversity::NdProtocolprop - Property/value associations for protocol.