Java Doc for DublinCore.java in  » Portal » jetspeed-2.1.3 » org » apache » jetspeed » om » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » jetspeed 2.1.3 » org.apache.jetspeed.om.common 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.jetspeed.om.common.DublinCore

All known Subclasses:   org.apache.jetspeed.om.impl.DublinCoreImpl,
DublinCore
public interface DublinCore extends java.io.Serializable(Code)
DublinCore
Interface that allows retrieving information according to the Dublin Core specification (http://www.dublincore.org)
author:
   Jeremy Ford
version:
   $Id: DublinCore.java 516448 2007-03-09 16:25:47Z ate $




Method Summary
 voidaddContributor(Locale locale, String contributor)
    
 voidaddCoverage(Locale locale, String coverage)
    
 voidaddCreator(Locale locale, String creator)
    
 voidaddDescription(Locale locale, String description)
    
 voidaddFormat(Locale locale, String format)
    
 voidaddIdentifier(Locale locale, String identifier)
    
 voidaddLanguage(Locale locale, String language)
    
 voidaddPublisher(Locale locale, String publisher)
    
 voidaddRelation(Locale locale, String relation)
    
 voidaddRight(Locale locale, String right)
    
 voidaddSource(Locale locale, String source)
    
 voidaddSubject(Locale locale, String subject)
    
 voidaddTitle(Locale locale, String title)
    
 voidaddType(Locale locale, String type)
    
public  CollectiongetContributors()
    
public  CollectiongetCoverages()
    
public  CollectiongetCreators()
    
public  CollectiongetDescriptions()
    
public  CollectiongetFormats()
    
public  CollectiongetIdentifiers()
    
public  CollectiongetLanguages()
    
public  CollectiongetPublishers()
    
public  CollectiongetRelations()
    
public  CollectiongetRights()
    
public  CollectiongetSources()
    
public  CollectiongetSubjects()
    
public  CollectiongetTitles()
    
public  CollectiongetTypes()
    
public  voidsetContributors(Collection contributors)
    
public  voidsetCoverages(Collection coverages)
    
public  voidsetCreators(Collection creators)
    
public  voidsetDescriptions(Collection descriptions)
    
public  voidsetFormats(Collection formats)
    
public  voidsetIdentifiers(Collection identifiers)
    
public  voidsetLanguages(Collection languages)
    
public  voidsetPublishers(Collection publishers)
    
public  voidsetRelations(Collection relations)
    
public  voidsetRights(Collection rights)
    
public  voidsetSources(Collection sources)
    
public  voidsetSubjects(Collection subjects)
    
public  voidsetTitles(Collection titles)
    
public  voidsetTypes(Collection types)
    



Method Detail
addContributor
void addContributor(Locale locale, String contributor)(Code)



addCoverage
void addCoverage(Locale locale, String coverage)(Code)



addCreator
void addCreator(Locale locale, String creator)(Code)



addDescription
void addDescription(Locale locale, String description)(Code)



addFormat
void addFormat(Locale locale, String format)(Code)



addIdentifier
void addIdentifier(Locale locale, String identifier)(Code)



addLanguage
void addLanguage(Locale locale, String language)(Code)



addPublisher
void addPublisher(Locale locale, String publisher)(Code)



addRelation
void addRelation(Locale locale, String relation)(Code)



addRight
void addRight(Locale locale, String right)(Code)



addSource
void addSource(Locale locale, String source)(Code)



addSubject
void addSubject(Locale locale, String subject)(Code)



addTitle
void addTitle(Locale locale, String title)(Code)



addType
void addType(Locale locale, String type)(Code)



getContributors
public Collection getContributors()(Code)



getCoverages
public Collection getCoverages()(Code)



getCreators
public Collection getCreators()(Code)



getDescriptions
public Collection getDescriptions()(Code)



getFormats
public Collection getFormats()(Code)



getIdentifiers
public Collection getIdentifiers()(Code)



getLanguages
public Collection getLanguages()(Code)



getPublishers
public Collection getPublishers()(Code)



getRelations
public Collection getRelations()(Code)



getRights
public Collection getRights()(Code)



getSources
public Collection getSources()(Code)



getSubjects
public Collection getSubjects()(Code)



getTitles
public Collection getTitles()(Code)



getTypes
public Collection getTypes()(Code)



setContributors
public void setContributors(Collection contributors)(Code)



setCoverages
public void setCoverages(Collection coverages)(Code)



setCreators
public void setCreators(Collection creators)(Code)



setDescriptions
public void setDescriptions(Collection descriptions)(Code)



setFormats
public void setFormats(Collection formats)(Code)



setIdentifiers
public void setIdentifiers(Collection identifiers)(Code)



setLanguages
public void setLanguages(Collection languages)(Code)



setPublishers
public void setPublishers(Collection publishers)(Code)



setRelations
public void setRelations(Collection relations)(Code)



setRights
public void setRights(Collection rights)(Code)



setSources
public void setSources(Collection sources)(Code)



setSubjects
public void setSubjects(Collection subjects)(Code)



setTitles
public void setTitles(Collection titles)(Code)



setTypes
public void setTypes(Collection types)(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.