org.pentaho.di.trans.steps.sapinput
Class SapParameter
java.lang.Object
  
org.pentaho.di.trans.steps.sapinput.SapParameter
public class SapParameter
- extends Object
 
 
 
 
SapParameter
public SapParameter(String fieldName,
                    SapType sapType,
                    String tableName,
                    String parameterName,
                    int targetType)
- Parameters:
 fieldName - sapType - tableName - parameterName - 
getFieldName
public String getFieldName()
- Returns:
 - the fieldName
 
 
setFieldName
public void setFieldName(String fieldName)
- Parameters:
 fieldName - the fieldName 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
 
getParameterName
public String getParameterName()
- Returns:
 - the parameterName
 
 
setParameterName
public void setParameterName(String parameterName)
- Parameters:
 parameterName - the parameterName to set
 
getTargetType
public int getTargetType()
- Returns:
 - the targetType
 
 
setTargetType
public void setTargetType(int targetType)
- Parameters:
 targetType - the targetType to set