public class SapOutputField extends Object
| Constructor and Description | 
|---|
SapOutputField(String sapFieldName,
              SapType sapType,
              String tableName,
              String newName,
              int targetType)  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
public String getSapFieldName()
public void setSapFieldName(String sapFieldName)
sapFieldName - the sapFieldName to setpublic SapType getSapType()
public void setSapType(SapType sapType)
sapType - the sapType to setpublic String getTableName()
public void setTableName(String tableName)
tableName - the tableName to setpublic String getNewName()
public void setNewName(String newName)
newName - the newName to setpublic int getTargetType()
public void setTargetType(int targetType)
targetType - the targetType to set