public class PropertyAccessor extends AbstractAccessor
AbstractAccessor for the members of properties.| Constructor and Description |
|---|
PropertyAccessor(PropertyDescriptor descriptor) |
public PropertyAccessor(PropertyDescriptor descriptor)
descriptor - the property descriptorpublic Object get(Object instance)
get in class AbstractAccessorinstance - the instance of which the member value to returnpublic void set(Object instance, Object value)
set in class AbstractAccessorinstance - the instance of which the member will be setvalue - the value to setCopyright © 2012-2013 Batoo. All Rights Reserved.