Class ResultFile

java.lang.Object
com.priint.pubserver.entity.ResultFile
All Implemented Interfaces:
Serializable

public class ResultFile extends Object implements Serializable
The type Result file.
Since:
4.0.0
See Also:
  • Constructor Details

    • ResultFile

      public ResultFile()
  • Method Details

    • getDependency

      public String getDependency()
      Gets dependency.
      Returns:
      the dependency as String
    • setDependency

      public void setDependency(String dependency)
      Sets dependency.
      Parameters:
      dependency -
    • getName

      public String getName()
      Gets name.
      Returns:
      the name as String
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name -
    • getMimeFormat

      public String getMimeFormat()
      Gets mime format.
      Returns:
      the mime format as String
    • setMimeFormat

      public void setMimeFormat(String mimeFormat)
      Sets mime format.
      Parameters:
      mimeFormat -
    • getByteCount

      public int getByteCount()
      Gets byte count.
      Returns:
      the byte count as int
    • setByteCount

      public void setByteCount(int byteCount)
      Sets byte count.
      Parameters:
      byteCount -