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 SummaryConstructors Constructor Description MapAccessor(String propertyName)
- 
Method SummaryModifier and Type Method Description StringgetName()Returns property name.ObjectgetValue(Object object)Returns a property value of an object without disturbing the object fault status.voidsetValue(Object object, Object newValue)Sets a property value of an object without disturbing the object fault status.
- 
Constructor Details- 
MapAccessor
 
- 
- 
Method Details- 
getNameDescription copied from interface:AccessorReturns property name.
- 
getValueDescription copied from interface:AccessorReturns a property value of an object without disturbing the object fault status.
- 
setValueDescription copied from interface:AccessorSets a property value of an object without disturbing the object fault status. Old value of the property is specified as a hint.
 
-