Uses of Class
cz.zcu.kiv.db.model.vyzkum.UcastNaGrantu

Packages that use UcastNaGrantu
cz.zcu.kiv.db.dao.jdbc.model   
cz.zcu.kiv.db.model.osoby   
cz.zcu.kiv.db.model.vyzkum   
 

Uses of UcastNaGrantu in cz.zcu.kiv.db.dao.jdbc.model
 

Methods in cz.zcu.kiv.db.dao.jdbc.model that return types with arguments of type UcastNaGrantu
 java.util.List<UcastNaGrantu> JdbcOsoba.getUcastNaGrantech()
           
 

Uses of UcastNaGrantu in cz.zcu.kiv.db.model.osoby
 

Methods in cz.zcu.kiv.db.model.osoby that return types with arguments of type UcastNaGrantu
 java.util.List<UcastNaGrantu> Osoba.getUcastNaGrantech()
           
 

Method parameters in cz.zcu.kiv.db.model.osoby with type arguments of type UcastNaGrantu
 void Osoba.setUcastNaGrantech(java.util.List<UcastNaGrantu> val)
           
 

Uses of UcastNaGrantu in cz.zcu.kiv.db.model.vyzkum
 

Methods in cz.zcu.kiv.db.model.vyzkum that return types with arguments of type UcastNaGrantu
 java.util.List<UcastNaGrantu> Grant.getClenstviVeVyzkumu()
           
 

Method parameters in cz.zcu.kiv.db.model.vyzkum with type arguments of type UcastNaGrantu
 void Grant.setClenstviVeVyzkumu(java.util.List<UcastNaGrantu> val)