Class InsertUpdateMeta.KeyField
- java.lang.Object
-
- org.pentaho.di.trans.steps.insertupdate.InsertUpdateMeta.KeyField
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- InsertUpdateMeta
public static class InsertUpdateMeta.KeyField extends Object implements Cloneable
-
-
Constructor Summary
Constructors Constructor Description KeyField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()booleanequals(Object obj)StringgetKeyCondition()StringgetKeyLookup()StringgetKeyStream()StringgetKeyStream2()inthashCode()voidsetKeyCondition(String keyCondition)voidsetKeyLookup(String keyLookup)voidsetKeyStream(String keyStream)voidsetKeyStream2(String keyStream2)
-
-
-
Method Detail
-
getKeyStream
public String getKeyStream()
- Returns:
- Returns the keyStream.
-
setKeyStream
public void setKeyStream(String keyStream)
- Parameters:
keyStream- The keyStream to set.
-
getKeyLookup
public String getKeyLookup()
- Returns:
- Returns the keyLookup.
-
setKeyLookup
public void setKeyLookup(String keyLookup)
- Parameters:
keyLookup- The keyLookup to set.
-
getKeyCondition
public String getKeyCondition()
- Returns:
- Returns the keyCondition.
-
setKeyCondition
public void setKeyCondition(String keyCondition)
- Parameters:
keyCondition- The keyCondition to set.
-
getKeyStream2
public String getKeyStream2()
- Returns:
- Returns the keyStream2.
-
setKeyStream2
public void setKeyStream2(String keyStream2)
- Parameters:
keyStream2- The keyStream2 to set.
-
-