Class DTODataCollectionNodeDownloadAttachment

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

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

    • DTODataCollectionNodeDownloadAttachment

      public DTODataCollectionNodeDownloadAttachment()
  • 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<String>
      Returns:
      the node type name
    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • isShowPreview

      public boolean isShowPreview()
    • setShowPreview

      public void setShowPreview(boolean showPreview)