DAIA::Storage - Information about the place where an item is stored


DAIA documentation Contained in the DAIA distribution.

Index


Code Index:

NAME

Top

DAIA::Storage - Information about the place where an item is stored

PROPERTIES AND METHODS

Top

See DAIA::Entity for a desciption of all properties and methods.

AUTHOR

Top

Jakob Voss <jakob.voss@gbv.de>

LICENSE

Top

Copyright (C) 2009-2010 by Verbundzentrale Goettingen (VZG) and Jakob Voss

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. option, any later version of Perl 5 you may have available.


DAIA documentation Contained in the DAIA distribution.

package DAIA::Storage;

use strict;
use base 'DAIA::Entity';
our $VERSION = '0.27';
our %PROPERTIES = %DAIA::Entity::PROPERTIES;

1;