| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.di.trans.steps.sapinput.sap.SAPFunction
public class SAPFunction
| Constructor Summary | |
|---|---|
SAPFunction(String name)
 | 
|
SAPFunction(String name,
            String description,
            String group,
            String application,
            String host)
 | 
|
| Method Summary | |
|---|---|
 String | 
getApplication()
 | 
 String | 
getDescription()
 | 
 String | 
getGroup()
 | 
 String | 
getHost()
 | 
 String | 
getName()
 | 
 void | 
setApplication(String application)
 | 
 void | 
setDescription(String description)
 | 
 void | 
setGroup(String group)
 | 
 void | 
setHost(String host)
 | 
 void | 
setName(String name)
 | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public SAPFunction(String name)
public SAPFunction(String name,
                   String description,
                   String group,
                   String application,
                   String host)
| Method Detail | 
|---|
public String toString()
toString in class Objectpublic String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getGroup()
public void setGroup(String group)
public String getApplication()
public void setApplication(String application)
public String getHost()
public void setHost(String host)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||