Class MetaDataCollector


  • public class MetaDataCollector
    extends java.lang.Object
    • Constructor Detail

      • MetaDataCollector

        public MetaDataCollector()
    • Method Detail

      • collectAllMetaData

        public void collectAllMetaData()
      • getContributors

        public Persons getContributors()
        Returns:
        the contributors
      • getCreators

        public Persons getCreators()
        Returns:
        the creators
      • getDescription

        public UntypedData getDescription()
        Returns:
        the description
      • getLanguage

        public EdalLanguage getLanguage()
        Returns:
        the language
      • getLicense

        public UntypedData getLicense()
        Returns:
        the license
      • getPublisher

        public LegalPerson getPublisher()
        Returns:
        the publisher
      • getSubjects

        public Subjects getSubjects()
        Returns:
        the subjects
      • getTitle

        public UntypedData getTitle()
        Returns:
        the title
      • getEmbargoDate

        public java.util.Calendar getEmbargoDate()
        Returns:
        the embargo date
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object