- All Implemented Interfaces:
Serializable
Job File Class
This class represents a file related to a specific Job.
- Version:
- 1.0
- Author:
- Bruno Guiomar
- See Also:
-
-
Field Summary
Fields
private byte[]
private static final long
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
serialVersionUID
private static final long serialVersionUID
- See Also:
-
-
-
-
content
private byte[] content
-
Constructor Details
-
JobFile
Class Constructor
- Parameters:
name - File name
type - File type
content - File binary content
-
Method Details
-
-
-
getFileBytes
public byte[] getFileBytes()