public interface Accessor extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Returns property name. | 
| Object | getValue(Object object)Returns a property value of an object without disturbing the object fault status. | 
| void | setValue(Object object,
        Object newValue)Sets a property value of an object without disturbing the object fault status. | 
String getName()
Object getValue(Object object) throws PropertyException
PropertyExceptionvoid setValue(Object object, Object newValue) throws PropertyException
PropertyExceptionCopyright © 2001–2023 Apache Cayenne. All rights reserved.