Class DataCollectionValueConversionResult
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConversionResult
This class contains the node value conversion result.
- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the node value conversion message.Get the new node id.Get the old node id.Get the node value conversion status.voidsetMessage(String message) Set the node value conversion message.voidsetNewNodeId(Long newNodeId) Set the new node id.voidsetOldNodeId(Long oldNodeId) Set the old node id.voidSet the node value conversion status.
-
Constructor Details
-
DataCollectionValueConversionResult
public DataCollectionValueConversionResult()
-
-
Method Details
-
getOldNodeId
Get the old node id.- Returns:
- the old node id
-
setOldNodeId
Set the old node id.- Parameters:
oldNodeId- the old node id
-
getNewNodeId
Get the new node id.- Returns:
- the new node id
-
setNewNodeId
Set the new node id.- Parameters:
newNodeId- the new node id
-
getStatus
Get the node value conversion status.- Returns:
- the node value conversion status
-
setStatus
Set the node value conversion status.- Parameters:
status- the node value conversion status
-
getMessage
Get the node value conversion message.- Returns:
- the node value conversion message
-
setMessage
Set the node value conversion message.- Parameters:
message- the node value conversion message
-