org.pentaho.di.trans.steps.sapinput
Class SapOutputField

java.lang.Object
  extended by org.pentaho.di.trans.steps.sapinput.SapOutputField

public class SapOutputField
extends Object


Constructor Summary
SapOutputField(String sapFieldName, SapType sapType, String tableName, String newName, int targetType)
           
 
Method Summary
 String getNewName()
           
 String getSapFieldName()
           
 SapType getSapType()
           
 String getTableName()
           
 int getTargetType()
           
 void setNewName(String newName)
           
 void setSapFieldName(String sapFieldName)
           
 void setSapType(SapType sapType)
           
 void setTableName(String tableName)
           
 void setTargetType(int targetType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SapOutputField

public SapOutputField(String sapFieldName,
                      SapType sapType,
                      String tableName,
                      String newName,
                      int targetType)
Parameters:
sapFieldName -
sapType -
tableName -
newName -
targetType -
Method Detail

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