Class DublinCoreSchemaImpl

java.lang.Object
org.verapdf.metadata.fixer.gf.impl.schemas.BasicSchemaImpl
org.verapdf.metadata.fixer.gf.impl.schemas.DublinCoreSchemaImpl
All Implemented Interfaces:
BasicSchema, DublinCore

public class DublinCoreSchemaImpl extends BasicSchemaImpl implements DublinCore
Author:
Maksim Bezrukov
  • Constructor Details

  • Method Details

    • getTitle

      public String getTitle()
      Description copied from interface: DublinCore
      Return Title entry. For information dictionary represented by Title entry, in metadata - title entry
      Specified by:
      getTitle in interface DublinCore
      Returns:
      Title entry
    • setTitle

      public void setTitle(String title)
      Description copied from interface: DublinCore
      Set Title entry. For information dictionary represented by Title entry, in metadata - title entry
      Specified by:
      setTitle in interface DublinCore
      Parameters:
      title - new Title value
    • getSubject

      public String getSubject()
      Description copied from interface: DublinCore
      Return Subject entry. For information dictionary represented by Subject entry, in metadata - description entry
      Specified by:
      getSubject in interface DublinCore
      Returns:
      Subject entry
    • setSubject

      public void setSubject(String description)
      Description copied from interface: DublinCore
      Set Subject entry. For information dictionary represented by Subject entry, in metadata - description entry
      Specified by:
      setSubject in interface DublinCore
      Parameters:
      description - new Subject value
    • getAuthor

      public String getAuthor()
      Description copied from interface: DublinCore
      Return Author entry. For information dictionary represented by Author entry, in metadata - creator entry
      Specified by:
      getAuthor in interface DublinCore
      Returns:
      Author entry
    • setAuthor

      public void setAuthor(String creator)
      Description copied from interface: DublinCore
      Set Author entry. For information dictionary represented by Author entry, in metadata - creator entry
      Specified by:
      setAuthor in interface DublinCore
      Parameters:
      creator - new Author value