How to Update Item Directly from a Binding

I’m working with a binding handler that implements BaseThingHandler. The updateState method uses the channelId, but I’d rather update the item directly, and was wondering if there is an easy way to do this. Most of what I’m seeing about working with items is from openHAB1 and using text files, but this project is not handling items this way.