Hi Amit,
If you're going to use 1.3, then I suggest overriding the toString method in your DataInfo method so that you have an easily parsable output String per record: say, "Desintation=SFO,Carrier=TWA,...".
Then strip out single or double quotes in the search string, convert everything to a similar case, and do your string comparison. Of course, there will be details you'll have to work out(say, spaces before and after the '=' sign, etc.,), but this should get you started.
Just out of curiosity, why are you using 1.3? Do you just feel that 1.4 might require a bigger learning curve then you want to take on right now?
Best regards,
M, author
The Sun Certified Java Developer Exam with J2SE 1.4