public class RequiredWareCityStorage
extends java.lang.Object
| Constructor | Description |
|---|---|
RequiredWareCityStorage(int needed,
javafx.beans.property.IntegerProperty inStorageAmount,
javafx.beans.property.IntegerProperty inCityAmount,
ch.sahits.game.openpatrician.model.product.IWare ware,
ch.sahits.game.openpatrician.model.product.ComputablePriceV2 computablePrice) |
| Modifier and Type | Method | Description |
|---|---|---|
javafx.beans.binding.IntegerBinding |
buyAmountProperty() |
|
javafx.beans.binding.IntegerBinding |
buyPriceProperty() |
|
javafx.beans.binding.BooleanBinding |
canBuyProperty() |
|
java.lang.Number |
getBuyAmount() |
|
java.lang.Number |
getBuyPrice() |
|
java.lang.Boolean |
getCanBuy() |
|
javafx.beans.property.IntegerProperty |
inCityProperty() |
|
javafx.beans.property.IntegerProperty |
inStorageProperty() |
|
javafx.beans.property.IntegerProperty |
requiredProperty() |
|
void |
setRequired(int required) |
public RequiredWareCityStorage(int needed,
javafx.beans.property.IntegerProperty inStorageAmount,
javafx.beans.property.IntegerProperty inCityAmount,
ch.sahits.game.openpatrician.model.product.IWare ware,
ch.sahits.game.openpatrician.model.product.ComputablePriceV2 computablePrice)
public javafx.beans.property.IntegerProperty requiredProperty()
public void setRequired(int required)
public javafx.beans.property.IntegerProperty inStorageProperty()
public javafx.beans.property.IntegerProperty inCityProperty()
public java.lang.Number getBuyAmount()
public javafx.beans.binding.IntegerBinding buyAmountProperty()
public java.lang.Number getBuyPrice()
public javafx.beans.binding.IntegerBinding buyPriceProperty()
public java.lang.Boolean getCanBuy()
public javafx.beans.binding.BooleanBinding canBuyProperty()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.