org.apache.jetspeed.om.common
Interface DublinCore
- All Superinterfaces:
- Serializable
public interface DublinCore
- extends Serializable
DublinCore
Interface that allows retrieving information according to the
Dublin Core specification
(http://www.dublincore.org)
- Version:
- $Id: DublinCore.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- Jeremy Ford
Method Summary |
void |
addContributor(Locale locale,
String contributor)
|
void |
addCoverage(Locale locale,
String coverage)
|
void |
addCreator(Locale locale,
String creator)
|
void |
addDescription(Locale locale,
String description)
|
void |
addFormat(Locale locale,
String format)
|
void |
addIdentifier(Locale locale,
String identifier)
|
void |
addLanguage(Locale locale,
String language)
|
void |
addPublisher(Locale locale,
String publisher)
|
void |
addRelation(Locale locale,
String relation)
|
void |
addRight(Locale locale,
String right)
|
void |
addSource(Locale locale,
String source)
|
void |
addSubject(Locale locale,
String subject)
|
void |
addTitle(Locale locale,
String title)
|
void |
addType(Locale locale,
String type)
|
Collection |
getContributors()
|
Collection |
getCoverages()
|
Collection |
getCreators()
|
Collection |
getDescriptions()
|
Collection |
getFormats()
|
Collection |
getIdentifiers()
|
Collection |
getLanguages()
|
Collection |
getPublishers()
|
Collection |
getRelations()
|
Collection |
getRights()
|
Collection |
getSources()
|
Collection |
getSubjects()
|
Collection |
getTitles()
|
Collection |
getTypes()
|
void |
setContributors(Collection contributors)
|
void |
setCoverages(Collection coverages)
|
void |
setCreators(Collection creators)
|
void |
setDescriptions(Collection descriptions)
|
void |
setFormats(Collection formats)
|
void |
setIdentifiers(Collection identifiers)
|
void |
setLanguages(Collection languages)
|
void |
setPublishers(Collection publishers)
|
void |
setRelations(Collection relations)
|
void |
setRights(Collection rights)
|
void |
setSources(Collection sources)
|
void |
setSubjects(Collection subjects)
|
void |
setTitles(Collection titles)
|
void |
setTypes(Collection types)
|
getTitles
Collection getTitles()
setTitles
void setTitles(Collection titles)
addTitle
void addTitle(Locale locale,
String title)
getContributors
Collection getContributors()
setContributors
void setContributors(Collection contributors)
addContributor
void addContributor(Locale locale,
String contributor)
getCoverages
Collection getCoverages()
setCoverages
void setCoverages(Collection coverages)
addCoverage
void addCoverage(Locale locale,
String coverage)
getCreators
Collection getCreators()
setCreators
void setCreators(Collection creators)
addCreator
void addCreator(Locale locale,
String creator)
getDescriptions
Collection getDescriptions()
setDescriptions
void setDescriptions(Collection descriptions)
addDescription
void addDescription(Locale locale,
String description)
getFormats
Collection getFormats()
setFormats
void setFormats(Collection formats)
addFormat
void addFormat(Locale locale,
String format)
getIdentifiers
Collection getIdentifiers()
setIdentifiers
void setIdentifiers(Collection identifiers)
addIdentifier
void addIdentifier(Locale locale,
String identifier)
getLanguages
Collection getLanguages()
setLanguages
void setLanguages(Collection languages)
addLanguage
void addLanguage(Locale locale,
String language)
getPublishers
Collection getPublishers()
setPublishers
void setPublishers(Collection publishers)
addPublisher
void addPublisher(Locale locale,
String publisher)
getRelations
Collection getRelations()
setRelations
void setRelations(Collection relations)
addRelation
void addRelation(Locale locale,
String relation)
getRights
Collection getRights()
setRights
void setRights(Collection rights)
addRight
void addRight(Locale locale,
String right)
getSources
Collection getSources()
setSources
void setSources(Collection sources)
addSource
void addSource(Locale locale,
String source)
getSubjects
Collection getSubjects()
setSubjects
void setSubjects(Collection subjects)
addSubject
void addSubject(Locale locale,
String subject)
getTypes
Collection getTypes()
setTypes
void setTypes(Collection types)
addType
void addType(Locale locale,
String type)
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.