Package com.mayam.wf.config.shared
Class AttachmentConstraints
java.lang.Object
com.mayam.wf.config.shared.AttachmentConstraints
- All Implemented Interfaces:
Copyable
,Serializable
Describes limitations placed upon the uploading of attachments to tasks; configured per Tasklist.
- Author:
- Markus MÃ¥rtensson
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mayam.wf.attributes.shared.Copyable
Copyable.Utilities
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Performs a deep copy of the object.boolean
int
hashCode()
void
setMaxFiles
(Integer maxFiles) void
setMaxTotalBytes
(Long maxTotalBytes)
-
Constructor Details
-
AttachmentConstraints
public AttachmentConstraints()
-
-
Method Details
-
getMaxTotalBytes
-
setMaxTotalBytes
-
getMaxFiles
-
setMaxFiles
-
equals
-
hashCode
public int hashCode() -
copy
Description copied from interface:Copyable
Performs a deep copy of the object.
-