Class AttributeRemappingErrorImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorMessage()
      Return the error message to the caller.
      java.lang.String getSourceDatasetId()
      Returns the dataset id of the remapping source attribute
      java.lang.String getSourceId()
      Returns the id of the remapping source attribute.
      java.lang.String getSourceName()
      Returns the name of the remapping source attribute.
      java.lang.String getTargetDatasetId()
      Returns the dataset id of the remapping target attribute.
      java.lang.String getTargetId()
      Returns the id of the remapping target attribute.
      java.lang.String getTargetName()
      Returns the name of the remapping target attribute.
      void setRemappingSource​(java.lang.String id, java.lang.String name, java.lang.String datasetId)
      Sets the remapping source attribute.
      void setRemappingTarget​(java.lang.String id, java.lang.String name, java.lang.String datasetId)
      Sets the remapping target attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait