| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.building | |
| ch.sahits.game.openpatrician.model.building.impl |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<ISteward> |
ITradingOffice.getSteward() |
Retrieve the steward of the trading office (manager).
|
javafx.beans.property.ObjectProperty<ISteward> |
ITradingOffice.stewardProperty() |
Property holding the steward.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ITradingOffice.setSteward(ISteward steward) |
Setting the steward.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Steward |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<ISteward> |
TradingOffice.getSteward() |
|
javafx.beans.property.ObjectProperty<ISteward> |
TradingOffice.stewardProperty() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TradingOffice.setSteward(ISteward steward) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.