NAME

DAIA::Item - Holds information about an item of a DAIA::Document

PROPERTIES

id
href
message

repeatbale

fragment
label
department
storage
available
unavailable

METHODS

DAIA::Item provides the default methods of DAIA::Object and accessor methods for all of its properties.

Additional appender methods

addMessage ( $message | ... )

Add a specified or a new DAIA::Message.

addAvailable ( $available | ... )

Add a specified or a new DAIA::Available.

addUnavailable ( $unavailable | ... )

Add a specified or a new DAIA::Unavailable.

addAvailability ( $availability | ... )

Add a specified or a new DAIA::Availability.

addService ( $availability | ... )

Add a specified or a new DAIA::Availability (alias for addAvailability).

Additional query methods

services ( [ $list-of-services ] )

Returns a (possibly empty) hash of services mapped to lists of DAIA::Availability objects for the given services.

AUTHOR

Jakob Voss <jakob.voss@gbv.de>

LICENSE

Copyright (C) 2009 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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 67:

You forgot a '=back' before '=head1'