Class UploadRequestFileModel
- java.lang.Object
-
- de.xima.fc.user_portal.view_model.messages.UploadRequestFileModel
-
- All Implemented Interfaces:
Serializable
public class UploadRequestFileModel extends Object implements Serializable
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadRequestFileModel(UUID attachmentUuid, String fileName, Integer fileSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
fileSizeToString()
UUID
getAttachmentUuid()
String
getFileName()
Integer
getFileSize()
-