ensembl-hive  2.5
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 ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::Cacheable
public hive_pipeline ()
 
public is_local_to ()
 
public count_local_and_remote_objects ()
 
public relative_display_name ()
 
public relative_url ()
 
public display_name ()
 
public unikey ()
 

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().

Definition at line 20 of file Storable.pm.

Member Function Documentation

◆ adaptor()

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

◆ AUTOLOAD()

public Bio::EnsEMBL::Hive::Storable::AUTOLOAD ( )

Undocumented method

Code:
click to view

◆ dbID()

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

◆ DESTROY()

public Bio::EnsEMBL::Hive::Storable::DESTROY ( )

Undocumented method

Code:
click to view

◆ new()

public Bio::EnsEMBL::Hive::Storable Bio::EnsEMBL::Hive::Storable::new ( )
    Args            : pairs of ($method_name, $value)
    Caller          : ObjectAdaptor, AnalysisJob, HivePipeline, 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: