Class DTODataCollectionNodeMultiAttachment

java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType<List<String>>
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeMultiAttachment
All Implemented Interfaces:
Serializable

public class DTODataCollectionNodeMultiAttachment extends DTODataCollectionNodeType<List<String>>
DTO for data collection node multi attachment.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNodeMultiAttachment

      public DTODataCollectionNodeMultiAttachment()
  • Method Details

    • initName

      protected String initName()
      Description copied from class: DTODataCollectionNodeType
      Initializes and returns the name of the mobile forms node type. This method must be implemented by subclasses to provide the specific type name.
      Specified by:
      initName in class DTODataCollectionNodeType<List<String>>
      Returns:
      the node type name
    • getMaxAttachmentsNumber

      public Long getMaxAttachmentsNumber()
    • setMaxAttachmentsNumber

      public void setMaxAttachmentsNumber(Long maxAttachmentsNumber)
    • getMaxSizeKb

      public Long getMaxSizeKb()
    • setMaxSizeKb

      public void setMaxSizeKb(Long maxSizeKb)
    • getValidExtensions

      public List<String> getValidExtensions()
    • setValidExtensions

      public void setValidExtensions(List<String> validExtensions)
    • getCategory

      Returns the attachment category.
      Returns:
      the attachment category
    • setCategory

      public void setCategory(DTODataCollectionNodeAttachmentCategory category)
      Sets the attachment category.
      Parameters:
      category - the attachment category