public interface IBalanceSheet
| Modifier and Type | Method and Description |
|---|---|
void |
deductPropertyTaxes(int amount) |
int |
getOfficeTrading()
Retrieve the balance for the office trading
|
int |
getOtherCosts()
Retrieve other unspecified costs like fines
|
int |
getPropertyTaxes()
Retrieve the property taxes
|
int |
getRentalIncome()
Retrieve the rental income
|
int |
getStewardCost()
Retrieve the wages for the stewards
|
int |
getWageCosts()
Retrieve the wage costs
|
void |
updateAutomatedTradingCosts(long costsPerDay) |
void |
updateOtherExpensesOneTime(int costs) |
void |
updateOtherExpensesRegular(int costsPerDay) |
void |
updateRentalIncome(int incomePerDay) |
void |
updateSalaries(int saleriesPerDay) |
void |
updateStewardCosts(int costPerDay) |
int getRentalIncome()
int getWageCosts()
int getPropertyTaxes()
int getOfficeTrading()
int getStewardCost()
int getOtherCosts()
void updateStewardCosts(int costPerDay)
void updateRentalIncome(int incomePerDay)
void deductPropertyTaxes(int amount)
void updateSalaries(int saleriesPerDay)
void updateAutomatedTradingCosts(long costsPerDay)
void updateOtherExpensesRegular(int costsPerDay)
void updateOtherExpensesOneTime(int costs)
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.