Class FolderZIPInfo


  • public class FolderZIPInfo
    extends Object
    Folder ZIP Information.
    Author:
    Ludovic Bertin
    • Constructor Detail

      • FolderZIPInfo

        public FolderZIPInfo()
    • Method Detail

      • getFileZip

        public String getFileZip()
      • setFileZip

        public void setFileZip​(String fileZip)
      • getSize

        public long getSize()
      • setSize

        public void setSize​(long size)
      • getMaxiSize

        public long getMaxiSize()
      • setMaxiSize

        public void setMaxiSize​(long maxiSize)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • isMaxSizeReached

        public boolean isMaxSizeReached()
      • setMaxSizeReached

        public void setMaxSizeReached​(boolean maxSizeReached)