BalanceSheetpublic interface IBalanceSheet
| Modifier and Type | Method | Description |
|---|---|---|
void |
deductPropertyTaxes(int amount) |
Subtract the property taxes.
|
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) |
Update the costs for automated trading
|
void |
updateOtherExpensesOneTime(int costs) |
Update other expences that do not occur regularly.
|
void |
updateOtherExpensesRegular(int costsPerDay) |
Update various other expenses.
|
void |
updateRentalIncome(int incomePerDay) |
Update the rental income.
|
void |
updateSalaries(int saleriesPerDay) |
Update the salaries for workers in the workshop
|
void |
updateStewardCosts(int costPerDay) |
Update the stewards costs.
|
int getRentalIncome()
int getWageCosts()
int getPropertyTaxes()
int getOfficeTrading()
int getStewardCost()
int getOtherCosts()
void updateStewardCosts(int costPerDay)
costPerDay - salary per dayvoid updateRentalIncome(int incomePerDay)
incomePerDay - daily rental incomevoid deductPropertyTaxes(int amount)
amount - tax amountvoid updateSalaries(int saleriesPerDay)
saleriesPerDay - total salary of all workers per dayvoid updateAutomatedTradingCosts(long costsPerDay)
costsPerDay - incured costs per dayvoid updateOtherExpensesRegular(int costsPerDay)
costsPerDay - cost per day.void updateOtherExpensesOneTime(int costs)
costs - one time costs.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.