svet.chovatelstvi.psi
Class LoveckyPes

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

public class LoveckyPes
extends Pes


Constructor Summary
LoveckyPes(java.lang.String jmeno, java.lang.String rasa)
           
 
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

LoveckyPes

public LoveckyPes(java.lang.String jmeno,
                  java.lang.String rasa)
Method Detail

stekej

public void stekej()
Overrides:
stekej in class Pes