org.pentaho.di.trans.steps.sapinput.sap
Class SAPField

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

public class SAPField
extends Object


Constructor Summary
SAPField(String name, String table, String type)
           
SAPField(String name, String table, String type, Object value)
           
 
Method Summary
 String getDefaultvalue()
           
 String getDescription()
           
 String getName()
           
 String getTable()
           
 String getType()
           
 String getTypePentaho()
           
 String getTypeSAP()
           
 Object getValue()
           
 void setDefaultvalue(String defaultvalue)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setTable(String table)
           
 void setType(String type)
           
 void setTypePentaho(String typepentaho)
           
 void setTypeSAP(String typesap)
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAPField

public SAPField(String name,
                String table,
                String type)

SAPField

public SAPField(String name,
                String table,
                String type,
                Object value)
Method Detail

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)