org.pentaho.di.trans.steps.sapinput
Class SapOutputField
java.lang.Object
org.pentaho.di.trans.steps.sapinput.SapOutputField
public class SapOutputField
- extends Object
SapOutputField
public SapOutputField(String sapFieldName,
SapType sapType,
String tableName,
String newName,
int targetType)
- Parameters:
sapFieldName
- sapType
- tableName
- newName
- targetType
-
getSapFieldName
public String getSapFieldName()
- Returns:
- the sapFieldName
setSapFieldName
public void setSapFieldName(String sapFieldName)
- Parameters:
sapFieldName
- the sapFieldName to set
getSapType
public SapType getSapType()
- Returns:
- the sapType
setSapType
public void setSapType(SapType sapType)
- Parameters:
sapType
- the sapType to set
getTableName
public String getTableName()
- Returns:
- the tableName
setTableName
public void setTableName(String tableName)
- Parameters:
tableName
- the tableName to set
getNewName
public String getNewName()
- Returns:
- the newName
setNewName
public void setNewName(String newName)
- Parameters:
newName
- the newName to set
getTargetType
public int getTargetType()
- Returns:
- the targetType
setTargetType
public void setTargetType(int targetType)
- Parameters:
targetType
- the targetType to set