Class DataCollectionNodeConversionResult
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.node.DataCollectionNodeConversionResult
This class contains the node conversion result.
- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the message about the conversion result.getNode()Get the converted new nodeGet the conversion status.voidsetMessage(String message) Set the conversion result messagge.voidsetNode(DataCollectionNode node) Set the new node.voidSet the conversion status.
-
Constructor Details
-
DataCollectionNodeConversionResult
public DataCollectionNodeConversionResult()
-
-
Method Details
-
getNode
Get the converted new node- Returns:
- the new node
-
setNode
Set the new node.- Parameters:
node- the new node
-
getStatus
Get the conversion status.- Returns:
- the status
- See Also:
-
setStatus
Set the conversion status.- Parameters:
status- the status- See Also:
-
getMessage
Returns the message about the conversion result.- Returns:
- the message about the conversion result
-
setMessage
Set the conversion result messagge.- Parameters:
message- the message
-