public interface IBalanceSheet
| Modifier and Type | Method and Description |
|---|---|
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
|
int getRentalIncome()
int getWageCosts()
int getPropertyTaxes()
int getOfficeTrading()
int getStewardCost()
int getOtherCosts()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.