Class DataCollectionNodeConversionResult

java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.node.DataCollectionNodeConversionResult

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

    • DataCollectionNodeConversionResult

      public DataCollectionNodeConversionResult()
  • Method Details

    • getNode

      public DataCollectionNode getNode()
      Get the converted new node
      Returns:
      the new node
    • setNode

      public void setNode(DataCollectionNode node)
      Set the new node.
      Parameters:
      node - the new node
    • getStatus

      public Long getStatus()
      Get the conversion status.
      Returns:
      the status
      See Also:
    • setStatus

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

      public String getMessage()
      Returns the message about the conversion result.
      Returns:
      the message about the conversion result
    • setMessage

      public void setMessage(String message)
      Set the conversion result messagge.
      Parameters:
      message - the message