Package dk.netarkivet.harvester.datamodel.extendedfield

Class Summary
ExtendedField This class represents one Extended Field.
ExtendedFieldDAO Interface for creating and accessing extended fields in persistent storage.
ExtendedFieldDataTypes Constants for the available ExtendedFieldDatatypes.
ExtendedFieldDBDAO A database-based implementation of the ExtendedFieldDBDAO class.
ExtendedFieldDefaultValue Class for constructing, validating, and keeping the default value for a single ExtendedField.
ExtendedFieldOptions Class to represent options for Extended Fields.
ExtendedFieldType This class represents one Extended Field Type.
ExtendedFieldTypeDAO Interface for creating and accessing extended fields in persistent storage.
ExtendedFieldTypeDBDAO Implementation of the ExtendedFieldTypeDAO interface for creating and accessing extended fields in persistent storage.
ExtendedFieldTypes Class declaring constants for ExtendedFieldTypes and their corresponding table-names.
ExtendedFieldValue Class for holding a value of one ExtendedField.
ExtendedFieldValueDAO Interface for creating and accessing extended fields in persistent storage.
ExtendedFieldValueDBDAO Implementation class for the ExtendedFieldValueDAO interface.