On Aug 17, 2010, at 6:10 AM, Bharath Alapati wrote: > I was searching for an event and thru debugging I figured out that the event > has link object which has the type=null but contains typeString which > actually contains the data. > Can you please confirm, that there are no access methods in the Link class to > get the typeString.
That's interesting. What is the id of the object (e.g., SEID) that you are looking at in this case? Link.typeString is private and has no access methods.
