cz.vse.xkucf03.automat2
Class Zasobniky

java.lang.Object
  |
  +--cz.vse.xkucf03.automat2.Zasobniky
All Implemented Interfaces:
java.io.Serializable

public class Zasobniky
extends java.lang.Object
implements java.io.Serializable

Obsahuje veřejné pole instancí třídy zboží. A implicitní seznam zboží, který je většinou nahrazen jiným seznamem. Tato třída vznikla pouze za účelem serializace seznamu zboží, které je na skladě.

See Also:
Serialized Form

Field Summary
 Zbozi[] seznamZbozi
           
 
Constructor Summary
Zasobniky()
          Creates a new instance of Zasobniky
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seznamZbozi

public Zbozi[] seznamZbozi
Constructor Detail

Zasobniky

public Zasobniky()
Creates a new instance of Zasobniky