Interface DublinCore

All Superinterfaces:
BasicSchema
All Known Subinterfaces:
InfoDictionary
All Known Implementing Classes:
DublinCoreSchemaImpl, InfoDictionaryImpl

public interface DublinCore extends BasicSchema
Current interface represent Dublin Core schema
Author:
Evgeniy Muravitskiy
  • Method Details

    • getTitle

      String getTitle()
      Return Title entry. For information dictionary represented by Title entry, in metadata - title entry
      Returns:
      Title entry
    • setTitle

      void setTitle(String title)
      Set Title entry. For information dictionary represented by Title entry, in metadata - title entry
      Parameters:
      title - new Title value
    • getSubject

      String getSubject()
      Return Subject entry. For information dictionary represented by Subject entry, in metadata - description entry
      Returns:
      Subject entry
    • setSubject

      void setSubject(String description)
      Set Subject entry. For information dictionary represented by Subject entry, in metadata - description entry
      Parameters:
      description - new Subject value
    • getAuthor

      String getAuthor()
      Return Author entry. For information dictionary represented by Author entry, in metadata - creator entry
      Returns:
      Author entry
    • setAuthor

      void setAuthor(String creator)
      Set Author entry. For information dictionary represented by Author entry, in metadata - creator entry
      Parameters:
      creator - new Author value