Interface AttributeRemappingError

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
    • Method Detail

      • setRemappingSource

        void setRemappingSource​(java.lang.String id,
                                java.lang.String name,
                                java.lang.String datasetId)
        Sets the remapping source attribute.
      • setRemappingTarget

        void setRemappingTarget​(java.lang.String id,
                                java.lang.String name,
                                java.lang.String datasetId)
        Sets the remapping target attribute.
      • getSourceId

        java.lang.String getSourceId()
        Returns the id of the remapping source attribute.
      • getSourceName

        java.lang.String getSourceName()
        Returns the name of the remapping source attribute.
      • getSourceDatasetId

        java.lang.String getSourceDatasetId()
        Returns the dataset id of the remapping source attribute
      • getTargetId

        java.lang.String getTargetId()
        Returns the id of the remapping target attribute.
      • getTargetName

        java.lang.String getTargetName()
        Returns the name of the remapping target attribute.
      • getTargetDatasetId

        java.lang.String getTargetDatasetId()
        Returns the dataset id of the remapping target attribute.