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

Public Member Functions

public Bio::EnsEMBL::Hive::Storable new ()
 
public Int dbID ()
 
public
Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor 
adaptor ()
 
public DESTROY ()
 
public AUTOLOAD ()
 

Detailed Description

Synopsis

my $dbID = $storable_object->dbID();
my $adaptor = $storable_object->adaptor();

Description

    Storable is a base class for anything that can be stored.
    It provides two getters/setters: dbID() and adaptor().

Member Function Documentation

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor Bio::EnsEMBL::Hive::Storable::adaptor ( )
    Arg [1]         : Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor $adaptor
    Description     : getter/setter for this objects Adaptor
    Returntype      : Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor
    Caller          : general, set from adaptor on store
    Status          : stable
 
Code:
click to view
public Bio::EnsEMBL::Hive::Storable::AUTOLOAD ( )

Undocumented method

Code:
click to view
public Int Bio::EnsEMBL::Hive::Storable::dbID ( )
    Arg [1]         : int $dbID
    Description     : getter/setter for the database internal id
    Returntype      : int
    Caller          : general, set from adaptor on store
    Status          : stable
 
Code:
click to view
public Bio::EnsEMBL::Hive::Storable::DESTROY ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::Storable Bio::EnsEMBL::Hive::Storable::new ( )
    Args            : pairs of ($method_name, $value)
    Caller          : ObjectAdaptor, AnalysisJob, URLFactory.pm, HiveGeneric_conf, seed_pipeline.pl, standaloneJob.pl
    Description     : create a new Storable object 
    Returntype      : Bio::EnsEMBL::Hive::Storable
    Status          : stable
 
Code:
click to view

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