Class ImportExportTemplateSpec<ST extends SourceTable<?,​?>,​TT extends TargetTable<?,​?>>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.onwbp.adaptation.Adaptation getDataset()
      Returns the dataset that overwrites the one configured in the template.
      void setDataset​(com.onwbp.adaptation.Adaptation dataset)
      Overwrites the dataset configured in the template.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDataset

        public final com.onwbp.adaptation.Adaptation getDataset()
        Returns the dataset that overwrites the one configured in the template.

        Returns null if not set.

        See Also:
        setDataset(Adaptation)
      • setDataset

        public final void setDataset​(com.onwbp.adaptation.Adaptation dataset)
        Overwrites the dataset configured in the template.

        If importing, the target EBX dataset in the template is overwritten.

        If exporting, the source EBX dataset in the template is overwritten.