public static class DockFrontend.RootInfo extends Object
Constructor and Description |
---|
RootInfo(DockStation station,
String name)
Creates a new object.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the station stored in this object.
|
DockStation |
getStation()
Gets the root-station.
|
public RootInfo(DockStation station, String name)
station
- the rootname
- the name of the rootpublic String getName()
public DockStation getStation()