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

Public Member Functions

public unikey ()
 
public name ()
 
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_class' table:

    CREATE TABLE resource_class (
        resource_class_id   int(10) unsigned NOT NULL AUTO_INCREMENT,     # unique internal id
        name                varchar(40) NOT NULL,

        PRIMARY KEY(resource_class_id)
    );

Member Function Documentation

public Bio::EnsEMBL::Hive::ResourceClass::name ( )

Undocumented method

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

Undocumented method

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

Undocumented method

Code:
click to view

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