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
DTO for data collection node download attachment.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringinitName()Initializes and returns the name of the mobile forms node type.booleanvoidsetContentType(String contentType) voidsetFileName(String fileName) voidsetShowPreview(boolean showPreview) Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType
getName, getPlaceholder, getTooltip, getValue, setPlaceholder, setTooltip, setValue
-
Constructor Details
-
DTODataCollectionNodeDownloadAttachment
public DTODataCollectionNodeDownloadAttachment()
-
-
Method Details
-
initName
Description copied from class:DTODataCollectionNodeTypeInitializes 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:
initNamein classDTODataCollectionNodeType<String>- Returns:
- the node type name
-
getFileName
-
setFileName
-
getContentType
-
setContentType
-
isShowPreview
public boolean isShowPreview() -
setShowPreview
public void setShowPreview(boolean showPreview)
-