com.antelmann.db
Interface DocumentEntry
- All Superinterfaces:
- DBEntry, Imageable, LifeCycleObject, Localizable, PropertyEntry, Serializable, Taggable<Keyword>
- All Known Implementing Classes:
- BaseDocument, DBDocument, ImageURLEntry
public interface DocumentEntry
- extends PropertyEntry, Taggable<Keyword>, Imageable, LifeCycleObject, Localizable
specifies a general-purpose document that can be managed in a database
- Since:
- 12.12.2009, 19:35:11
- Author:
- Holger Antelmann
| Methods inherited from interface com.antelmann.db.DBEntry |
getID |
getTitle
String getTitle()
- returns the title of this document
getDescription
String getDescription()
- provides a detailed description of this document
getNotes
String getNotes()
- returns internal notes of this document
getOriginalLocation
URL getOriginalLocation()
- returns the originating URL - if applicable
getContent
InputStream getContent()
throws IOException
- accesses the raw content of this document
- Throws:
IOException
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads