Package org.apache.cayenne.reflect
Class MapAccessor
java.lang.Object
org.apache.cayenne.reflect.MapAccessor
- All Implemented Interfaces:
Serializable
,Accessor
public class MapAccessor extends Object implements Accessor
- Since:
- 4.0
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MapAccessor(String propertyName)
-
Method Summary
Modifier and Type Method 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.
-
Constructor Details
-
MapAccessor
-
-
Method Details
-
getName
Description copied from interface:Accessor
Returns property name. -
getValue
Description copied from interface:Accessor
Returns a property value of an object without disturbing the object fault status. -
setValue
Description copied from interface:Accessor
Sets a property value of an object without disturbing the object fault status. Old value of the property is specified as a hint.
-