Hello,
I created a custom class called Rooms with all the appropriate setters and getters.
I iterated through a csv file and input all of the data into my custom object class and then put that object into a list by using list.add().
Now I want to access the class methods through the use of the list.. how can I do so?
-ET

