Class AttachmentConstraints

java.lang.Object
com.mayam.wf.config.shared.AttachmentConstraints
All Implemented Interfaces:
Copyable, Serializable

public class AttachmentConstraints extends Object implements Serializable, Copyable
Describes limitations placed upon the uploading of attachments to tasks; configured per Tasklist.
Author:
Markus MÃ¥rtensson
See Also:
  • Constructor Details

    • AttachmentConstraints

      public AttachmentConstraints()
  • Method Details

    • getMaxTotalBytes

      public Long getMaxTotalBytes()
    • setMaxTotalBytes

      public void setMaxTotalBytes(Long maxTotalBytes)
    • getMaxFiles

      public Integer getMaxFiles()
    • setMaxFiles

      public void setMaxFiles(Integer maxFiles)
    • equals

      public boolean equals(Object peer)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • copy

      public AttachmentConstraints copy()
      Description copied from interface: Copyable
      Performs a deep copy of the object.
      Specified by:
      copy in interface Copyable
      Returns:
      new copy.