svet.chovatelstvi.psi.bojovi
Class Pitbull

java.lang.Object
  |
  +--svet.Zivocich
        |
        +--svet.chovatelstvi.DomaciZvire
              |
              +--svet.chovatelstvi.psi.Pes
                    |
                    +--svet.chovatelstvi.psi.bojovi.BojovyPes
                          |
                          +--svet.chovatelstvi.psi.bojovi.Pitbull

public class Pitbull
extends BojovyPes


Constructor Summary
Pitbull(java.lang.String jmeno, int kousavost)
           
 
Methods inherited from class svet.chovatelstvi.psi.bojovi.BojovyPes
kousni, 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

Pitbull

public Pitbull(java.lang.String jmeno,
               int kousavost)