Class DTODataCollectionNodePicture
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType<String>
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeResource
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodePicture
- All Implemented Interfaces:
Serializable
DTO for data collection node picture.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Field Summary
Fields inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeResource
maxSizeKb, validExtensions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeResource
getMaxSizeKb, getValidExtensions, setMaxSizeKb, setValidExtensionsMethods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType
getName, getPlaceholder, getTooltip, getValue, setPlaceholder, setTooltip, setValue
-
Constructor Details
-
DTODataCollectionNodePicture
public DTODataCollectionNodePicture()
-
-
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
-