public class Host extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
id |
List<Parameter> |
parameters |
| Constructor and Description |
|---|
Host() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(Parameter p) |
String |
getName() |
Parameter |
getParameterValue(String name) |
void |
setName(String name) |
String |
toString() |
Copyright © 2017. All rights reserved.