Class DataCollectionValueConversionResult

java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConversionResult

public class DataCollectionValueConversionResult extends Object
This class contains the node value conversion result.
Since:
13.0
  • Constructor Details

    • DataCollectionValueConversionResult

      public DataCollectionValueConversionResult()
  • Method Details

    • getOldNodeId

      public Long getOldNodeId()
      Get the old node id.
      Returns:
      the old node id
    • setOldNodeId

      public void setOldNodeId(Long oldNodeId)
      Set the old node id.
      Parameters:
      oldNodeId - the old node id
    • getNewNodeId

      public Long getNewNodeId()
      Get the new node id.
      Returns:
      the new node id
    • setNewNodeId

      public void setNewNodeId(Long newNodeId)
      Set the new node id.
      Parameters:
      newNodeId - the new node id
    • getStatus

      public Long getStatus()
      Get the node value conversion status.
      Returns:
      the node value conversion status
    • setStatus

      public void setStatus(Long status)
      Set the node value conversion status.
      Parameters:
      status - the node value conversion status
    • getMessage

      public String getMessage()
      Get the node value conversion message.
      Returns:
      the node value conversion message
    • setMessage

      public void setMessage(String message)
      Set the node value conversion message.
      Parameters:
      message - the node value conversion message