public interface IAccessHandler
Object getValue(Object receiver, String name) throws FieldException
name within
receiverreceiver - The object hosting the field.name - The name of the field to get.FieldExceptionObject setValue(Object receiver, String name, Object value) throws FieldException
name within
receiverreceiver - The object hosting the field.name - The name of the field to get.value - The new value for the fieldFieldExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.