This is my Class structure
class Practor{ private int id; private Date practorDate; }
I am holding List of Practor with following data