Class ManifestEntry

java.lang.Object
org.digidoc4j.impl.asic.manifest.ManifestEntry
All Implemented Interfaces:
Serializable

public final class ManifestEntry extends Object implements Serializable
Contains information of filenames and mimetypes.
See Also:
  • Constructor Details

    • ManifestEntry

      public ManifestEntry(String fileName, String mimeType)
      ManifestEntry constructor
      Parameters:
      fileName - filename
      mimeType - mimetype
  • Method Details

    • getFileName

      public String getFileName()
      Get the filename.
      Returns:
      filename
    • getMimeType

      public String getMimeType()
      Get the mimetype.
      Returns:
      mimetype
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object