public class ThinServiceInformation extends Object
| Constructor and Description |
|---|
ThinServiceInformation(String name,
RowMetaInterface serviceFields) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
RowMetaInterface |
getServiceFields() |
void |
setName(String name) |
void |
setServiceFields(RowMetaInterface serviceFields) |
public ThinServiceInformation(String name, RowMetaInterface serviceFields)
name - serviceFields - public String getName()
public void setName(String name)
name - the name to setpublic RowMetaInterface getServiceFields()
public void setServiceFields(RowMetaInterface serviceFields)
serviceFields - the serviceFields to set