Package com.priint.pubserver.entity
Class ResultFile
java.lang.Object
com.priint.pubserver.entity.ResultFile
- All Implemented Interfaces:
Serializable
The type Result file.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets byte count.Gets dependency.Gets mime format.getName()Gets name.voidsetByteCount(int byteCount) Sets byte count.voidsetDependency(String dependency) Sets dependency.voidsetMimeFormat(String mimeFormat) Sets mime format.voidSets name.
-
Constructor Details
-
ResultFile
public ResultFile()
-
-
Method Details
-
getDependency
Gets dependency.- Returns:
- the dependency as String
-
setDependency
Sets dependency.- Parameters:
dependency-
-
getName
Gets name.- Returns:
- the name as String
-
setName
Sets name.- Parameters:
name-
-
getMimeFormat
Gets mime format.- Returns:
- the mime format as String
-
setMimeFormat
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-
-