I seem to be misunderstanding something - I can find the getter and setter methods of PhysObjItemInfo for both DefaultLocation and CurrentLocation and they work as expected, but I can't seem to work out how update the underlying PhysicalObject with the updated PhysObjItemInfo after using the setters. I was expecting to find a method like 'updatePhysObjItemInfo(NodeID, PhysObjItemInfo)' similar to the updateNodeRight() method of DocumentManagement but no such luck.
Any hints?