NAME

DAIA::Document - Information about a single document

PROPERTIES

message
id

The unique identifier of this document. Must be an URI.

href

An optional link to the document or to additional information. Must be an URI but should be an URL.

message

An optional list of DAIA::Message objects. You can set message(s) with the message accessor, with addMessage, and with provideMessage.

item

An optional list of DAIA::Item objects with instances/copies/holdings of this document.

METHODS

DAIA::Document provides the default methods of DAIA::Object, accessor methods for all of its properties and the following appender methods:

addMessage ( $message | ... )

Add a specified or a new DAIA::Message.

addItem ( $item | %properties )

Add a specified or a new DAIA::Item.

AUTHOR

Jakob Voss <jakob.voss@gbv.de>

LICENSE

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.