IPerson, ISideRoomPerson, ITavernPersonWarehouseTenantpublic interface IWarehouseTenant extends ISideRoomPerson
| Modifier and Type | Method | Description |
|---|---|---|
int |
getAmount() |
Retrieve the amount to be stored in bales.
|
java.lang.String |
getName() |
Retrieve the name of the trader.
|
int |
getRentPerWeek() |
Retrieve the sum that will be payed per week.
|
void |
setAmount(int amount) |
Set the required amount of space to be rented
|
void |
setName(java.lang.String name) |
Set the tenents name
|
arrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCityjava.lang.String getName()
int getAmount()
int getRentPerWeek()
void setName(java.lang.String name)
name - of the warehouse tenantvoid setAmount(int amount)
amount - of space in bales.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.