Class MetadataFolder


  • public class MetadataFolder
    extends Object
    Defines a folder for a PDF collection (portfolio).
    • Constructor Detail

      • MetadataFolder

        public MetadataFolder()
    • Method Detail

      • getCreationDate

        @Nullable
        public @Nullable String getCreationDate()
        The date of the folder's creation.
        Returns:
        creationDate
      • setCreationDate

        public void setCreationDate​(String creationDate)
      • getId

        @Nullable
        public @Nullable Integer getId()
        The numeric folder ID of the portfolio folder.
        Returns:
        id
      • setId

        public void setId​(Integer id)
      • getModificationDate

        @Nullable
        public @Nullable String getModificationDate()
        The date of the last modification of the folder.
        Returns:
        modificationDate
      • setModificationDate

        public void setModificationDate​(String modificationDate)
      • getName

        @Nullable
        public @Nullable String getName()
        The name of the folder.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getPath

        @Nullable
        public @Nullable String getPath()
        The path the folder is positioned at.
        Returns:
        path
      • setPath

        public void setPath​(String path)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object