svet.chovatelstvi.psi
Class Vorisek

java.lang.Object
  |
  +--svet.Zivocich
        |
        +--svet.chovatelstvi.DomaciZvire
              |
              +--svet.chovatelstvi.psi.Pes
                    |
                    +--svet.chovatelstvi.psi.Vorisek

public class Vorisek
extends Pes


Constructor Summary
Vorisek(java.lang.String jmeno)
           
 
Method Summary
 void stekej()
           
 
Methods inherited from class svet.chovatelstvi.psi.Pes
getPoplatek, getRasa, jeVycvicen, maPrukazPuvodu, ozviSe, setPoplatek, setVycvicen, vypisInfo
 
Methods inherited from class svet.chovatelstvi.DomaciZvire
getJmeno
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vorisek

public Vorisek(java.lang.String jmeno)
Method Detail

stekej

public void stekej()
Overrides:
stekej in class Pes