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