Hi all, I want to use the PropertyUtilsBean like this:reactions[0].kinase.name, however getReactions() returns a set, versus a list. I don't really care which element I get from the set.. Is it a terrible idea to be able to pick the first/nth/ element from a set by converting it to an array?
Eric Pugh
