org.pentaho.di.trans.steps.sapinput.sap
Class SAPField
java.lang.Object
org.pentaho.di.trans.steps.sapinput.sap.SAPField
public class SAPField
- extends Object
SAPField
public SAPField(String name,
String table,
String type)
SAPField
public SAPField(String name,
String table,
String type,
Object value)
toString
public String toString()
- Overrides:
toString
in class Object
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getTable
public String getTable()
setTable
public void setTable(String table)
getValue
public Object getValue()
setValue
public void setValue(Object value)
getTypePentaho
public String getTypePentaho()
setTypePentaho
public void setTypePentaho(String typepentaho)
getTypeSAP
public String getTypeSAP()
setTypeSAP
public void setTypeSAP(String typesap)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getDefaultvalue
public String getDefaultvalue()
setDefaultvalue
public void setDefaultvalue(String defaultvalue)