Class QUploadedFile
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.processes.QUploadedFile
- All Implemented Interfaces:
Serializable
Model a file that a user uploaded (or otherwise submitted to the qqq backend).
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBytes()
Getter for bytesGetter for filenamevoid
setBytes
(byte[] bytes) Setter for bytesvoid
setFilename
(String filename) Setter for filename
-
Field Details
-
DEFAULT_UPLOADED_FILE_FIELD_NAME
- See Also:
-
-
Constructor Details
-
QUploadedFile
public QUploadedFile()
-
-
Method Details
-
getFilename
Getter for filename -
setFilename
Setter for filename -
getBytes
public byte[] getBytes()Getter for bytes -
setBytes
public void setBytes(byte[] bytes) Setter for bytes
-