Class ManifestInformation

java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.ManifestInformation

public class ManifestInformation extends Object
  • Constructor Details

    • ManifestInformation

      public ManifestInformation(String title, @Nullable @Nullable String language, @Nullable @Nullable String version, @Nullable @Nullable String duration)
  • Method Details

    • getTitle

      public String getTitle()
    • getLanguage

      @Nullable public @Nullable String getLanguage()
    • getVersion

      @Nullable public @Nullable String getVersion()
    • getDuration

      @Nullable public @Nullable String getDuration()