cz.vse.xkucf03.automat2
Interface Zbozi

All Known Implementing Classes:
Napoj, Susenka

public interface Zbozi

Rozhraní definující metody týkající se jména, ceny a množství v zásobníku.


Method Summary
 int getCena()
           
 java.lang.String getCenaKc()
           
 java.lang.String getJmeno()
           
 int getMnozstvi()
           
 boolean isDostupny()
           
 void odeber()
           
 void setMnozstvi(int m)
           
 

Method Detail

getJmeno

public java.lang.String getJmeno()

getCena

public int getCena()

getMnozstvi

public int getMnozstvi()

getCenaKc

public java.lang.String getCenaKc()

isDostupny

public boolean isDostupny()

odeber

public void odeber()

setMnozstvi

public void setMnozstvi(int m)