ensembl-hive  2.1
 All Classes Namespaces Files Functions Pages
Bio::EnsEMBL::Hive::ResourceDescription Class Reference
+ Inheritance diagram for Bio::EnsEMBL::Hive::ResourceDescription:
+ Collaboration diagram for Bio::EnsEMBL::Hive::ResourceDescription:

Public Member Functions

public unikey ()
 
public meadow_type ()
 
public submission_cmd_args ()
 
public worker_cmd_args ()
 
public toString ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::Cacheable
public collection ()
 
public unikey ()
 
public add_new_or_update ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::Storable
public Bio::EnsEMBL::Hive::Storable new ()
 
public Int dbID ()
 
public
Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor 
adaptor ()
 
public DESTROY ()
 
public AUTOLOAD ()
 

Detailed Description

Description

    A data container object (the only methods are getters/setters) that corresponds to a row in 'resource_description' table:

    CREATE TABLE resource_description (
        resource_class_id     int(10) unsigned NOT NULL,
        meadow_type           varchar(40) NOT NULL,
        submission_cmd_args     VARCHAR(255) NOT NULL DEFAULT '',
        worker_cmd_args         VARCHAR(255) NOT NULL DEFAULT '',

        PRIMARY KEY(resource_class_id, meadow_type)
    ) ENGINE=InnoDB;

Member Function Documentation

public Bio::EnsEMBL::Hive::ResourceDescription::meadow_type ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::ResourceDescription::submission_cmd_args ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::ResourceDescription::toString ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::ResourceDescription::unikey ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::ResourceDescription::worker_cmd_args ( )

Undocumented method

Code:
click to view

The documentation for this class was generated from the following file: