Class PartialUploadHolder

java.lang.Object
sk.iway.iwcm.components.upload.PartialUploadHolder
All Implemented Interfaces:
Serializable

public class PartialUploadHolder extends Object implements Serializable
Holder for partial upload information. It keeps track of the number of chunks, file name, unique key, and paths of the uploaded parts.
See Also:
  • Constructor Details

    • PartialUploadHolder

      public PartialUploadHolder(int chunks, String name, String key)
  • Method Details

    • getChunks

      public int getChunks()
    • setChunks

      public void setChunks(int chunks)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getPartPaths

      public List<String> getPartPaths()
    • setPartPaths

      public void setPartPaths(List<String> partPaths)