|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--videoautomat.MainClass
This class implements the start up of the whole application, it contains also the main void of this app.
Field Summary | |
static data.NumberValue |
RENT_VALUE_DAY
Represents the cost per day for renting a video. |
Constructor Summary | |
MainClass()
|
Method Summary | |
static void |
initializeMoney()
Method to initial add some coins to the VideoShop s MoneyBag . |
static void |
initializeUsers()
Method to initial add some users to the global UserManager . |
static void |
initializeVideos()
Method to initial add some videos to the VideoShop s Stock . |
static void |
main(String[] arqs)
The main void of the application, starts up the automat. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static data.NumberValue RENT_VALUE_DAY
Constructor Detail |
public MainClass()
Method Detail |
public static void main(String[] arqs)
arqs
- takes no effectpublic static void initializeMoney()
VideoShop
s MoneyBag
.
public static void initializeVideos()
VideoShop
s Stock
.
public static void initializeUsers()
UserManager
.
|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |