C D E G M P R S T W

C

cviceni10 - package cviceni10
 

D

DELKA_ZAZNAMU - Static variable in class cviceni10.Predmet
Celková délka záznamu v souboru

E

equals(Object) - Method in class cviceni10.Predmet
Porovná dva záznamy o předmětu.

G

getKod() - Method in class cviceni10.Predmet
Vrátí kód předmětu
getKredity() - Method in class cviceni10.Predmet
Vrátí počet kreditů.
getNazev() - Method in class cviceni10.Predmet
Vrátí název předmětu.
getRecordCount(RandomAccessFile) - Static method in class cviceni10.Predmet
Vrátí počet záznamů v souboru.
getZkratka() - Method in class cviceni10.Predmet
Vrátí zkratku předmětu.

M

main(String[]) - Static method in class cviceni10.Priklad1
Hlavní program aplikace.

P

Predmet - class cviceni10.Predmet.
 
Predmet(String, String, String, int) - Constructor for class cviceni10.Predmet
Konstruktor předmětu.
Priklad1 - class cviceni10.Priklad1.
 
Priklad1() - Constructor for class cviceni10.Priklad1
 

R

read(RandomAccessFile) - Static method in class cviceni10.Predmet
Přečte z aktuální pozice v souboru další záznam o předmětu.
read(RandomAccessFile, int) - Static method in class cviceni10.Predmet
Nastaví pozici v souboru na zadaný záznam o předmětu a přečte jeho obsah.

S

setKod(String) - Method in class cviceni10.Predmet
Nastaví kód předmětu.
setKredity(int) - Method in class cviceni10.Predmet
Nastaví počet kreditů.
setNazev(String) - Method in class cviceni10.Predmet
Nastaví název předmětu.
setUp() - Method in class cviceni10.TestPredmet
Inicializace testu.
setUp() - Method in class cviceni10.TestPredmetIO
Inicializace testu.
setZkratka(String) - Method in class cviceni10.Predmet
Nastaví zkratku předmětu.

T

TestPredmet - class cviceni10.TestPredmet.
 
TestPredmet(String) - Constructor for class cviceni10.TestPredmet
Konstruktor testu - není povinný
TestPredmetIO - class cviceni10.TestPredmetIO.
 
TestPredmetIO(String) - Constructor for class cviceni10.TestPredmetIO
Konstruktor testu - není povinný
tearDown() - Method in class cviceni10.TestPredmet
Finalizace testu.
tearDown() - Method in class cviceni10.TestPredmetIO
Finalizace testu.
testEquals() - Method in class cviceni10.TestPredmet
Test metody equals()
testGetKod() - Method in class cviceni10.TestPredmet
Test metody getKod()
testGetKredity() - Method in class cviceni10.TestPredmet
Test metody getKredity()
testGetNazev() - Method in class cviceni10.TestPredmet
Test metody getNazev()
testGetRecordCount() - Method in class cviceni10.TestPredmetIO
Test metody getRecordCount()
testGetZkratka() - Method in class cviceni10.TestPredmet
Test metody getZkratka()
testPredmet() - Method in class cviceni10.TestPredmet
Test konstruktoru
testReadEmpty() - Method in class cviceni10.TestPredmetIO
Test metody read() na prázdném souboru
testReadIndex() - Method in class cviceni10.TestPredmetIO
 
testReadNotEmpty() - Method in class cviceni10.TestPredmetIO
Test metody read() na neprázdném souboru
testSetKod() - Method in class cviceni10.TestPredmet
Test metody setKod()
testSetKredity() - Method in class cviceni10.TestPredmet
Test metody setKredity()
testSetNazev() - Method in class cviceni10.TestPredmet
Test metody setNazev()
testSetZkratka() - Method in class cviceni10.TestPredmet
Test metody setZkratka()
testToString() - Method in class cviceni10.TestPredmet
Test metody toString()
testWrite() - Method in class cviceni10.TestPredmetIO
 
testWriteIndex() - Method in class cviceni10.TestPredmetIO
 
toString() - Method in class cviceni10.Predmet
Převede záznam o předmětu na řetězec.

W

write(RandomAccessFile) - Method in class cviceni10.Predmet
Zapíše do souboru data o předmětu.
write(RandomAccessFile, int) - Method in class cviceni10.Predmet
Uloží záznam o předmetu na zadanou pozici v souboru.

C D E G M P R S T W