GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Bio::MAGETAB::Contact(3) User Contributed Perl Documentation Bio::MAGETAB::Contact(3)

Bio::MAGETAB::Contact - MAGE-TAB contact class

 use Bio::MAGETAB::Contact;

This class is used to store information on contacts (i.e., the people responsible for the experiment) in MAGE-TAB. See the BaseClass class for superclass methods.

lastName (required)
The contact's family name (data type: String).
firstName (optional)
The contact's given name (data type: String).
midInitials (optional)
The contact's middle initials (data type: String).
email (optional)
The contact's email address (data type: Email).
organization (optional)
The organization to which the contact is affiliated (data type: String).
phone (optional)
The contact's telephone number (data type: String).
fax (optional)
The contact's FAX number (data type: String).
address (optional)
The street address for this contact (data type: String).
roles (optional)
A list of roles which this contact fulfills (data type: Bio::MAGETAB::ControlledTerm).
comments (optional)
A list of user-defined comments for the contact (data type: Bio::MAGETAB::Comment).

Each attribute has accessor (get_*) and mutator (set_*) methods, and also predicate (has_*) and clearer (clear_*) methods where the attribute is optional. Where an attribute represents a one-to-many relationship the mutator accepts an arrayref and the accessor returns an array.

Bio::MAGETAB::BaseClass

Tim F. Rayner <tfrayner@gmail.com>

This library is released under version 2 of the GNU General Public License (GPL).
2013-01-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.