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
DTO for data collection node multi attachment.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the attachment category.protected StringinitName()Initializes and returns the name of the mobile forms node type.voidSets the attachment category.voidsetMaxAttachmentsNumber(Long maxAttachmentsNumber) voidsetMaxSizeKb(Long maxSizeKb) voidsetValidExtensions(List<String> validExtensions) Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType
getName, getPlaceholder, getTooltip, getValue, setPlaceholder, setTooltip, setValue
-
Constructor Details
-
DTODataCollectionNodeMultiAttachment
public DTODataCollectionNodeMultiAttachment()
-
-
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<List<String>>- Returns:
- the node type name
-
getMaxAttachmentsNumber
-
setMaxAttachmentsNumber
-
getMaxSizeKb
-
setMaxSizeKb
-
getValidExtensions
-
setValidExtensions
-
getCategory
Returns the attachment category.- Returns:
- the attachment category
-
setCategory
Sets the attachment category.- Parameters:
category- the attachment category
-