NAME
DAIA::Document - Information about a single document
VERSION
version 0.43
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. - 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 Voß
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Jakob Voß.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 105:
You forgot a '=back' before '=head1'