Class Beamer
- java.lang.Object
-
- Item
-
- Beamer
-
-
Field Summary
Fields Modifier and Type Field Description private booleanaChargeprivate RoomaRoomCharge
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharge(Room pChargeRoom)voiddischarge()RoomgetRoomCharge()booleanisCharged()-
Methods inherited from class Item
getDescription, getNomItem, getPoids, getShortDescription
-
-
-
-
Field Detail
-
aCharge
private boolean aCharge
-
aRoomCharge
private Room aRoomCharge
-
-