|
ensembl-hive
2.3
|
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 () |
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)
);
| public Bio::EnsEMBL::Hive::ResourceClass::name | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::Hive::ResourceClass::toString | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::Hive::ResourceClass::unikey | ( | ) |
Undocumented method
Code: