Package org.pentaho.di.ui.core.dialog
Class EnterMappingDialog.GuessPair
java.lang.Object
org.pentaho.di.ui.core.dialog.EnterMappingDialog.GuessPair
- Enclosing class:
- EnterMappingDialog
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getFound()
int
int
void
setSrcIndex
(int srcIndex) void
setTargetIndex
(int targetIndex)
-
Constructor Details
-
GuessPair
public GuessPair() -
GuessPair
public GuessPair(int src) -
GuessPair
public GuessPair(int src, int target, boolean found) -
GuessPair
public GuessPair(int src, int target)
-
-
Method Details
-
getTargetIndex
public int getTargetIndex() -
setTargetIndex
public void setTargetIndex(int targetIndex) -
getSrcIndex
public int getSrcIndex() -
setSrcIndex
public void setSrcIndex(int srcIndex) -
getFound
public boolean getFound()
-