Package org.cyclos.model
Class MapBeanDataAccessor
- java.lang.Object
-
- org.cyclos.model.AbstractBeanDataAccessor
-
- org.cyclos.model.MapBeanDataAccessor
-
- All Implemented Interfaces:
Serializable,BeanDataAccessor
public class MapBeanDataAccessor extends AbstractBeanDataAccessor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapBeanDataAccessor()MapBeanDataAccessor(Map<String,Object> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoGet(Property<?,?> property)Must be implemented to actually get a property valueObjectdoSet(Property<?,?> property, Object value)Must be implemented to actually set a property value, returning the new representation of the value that was setbooleanequals(Object obj)inthashCode()StringtoString()-
Methods inherited from class org.cyclos.model.AbstractBeanDataAccessor
get, set
-
-
-
-
Method Detail
-
doGet
public Object doGet(Property<?,?> property)
Description copied from class:AbstractBeanDataAccessorMust be implemented to actually get a property value- Specified by:
doGetin classAbstractBeanDataAccessor
-
doSet
public Object doSet(Property<?,?> property, Object value)
Description copied from class:AbstractBeanDataAccessorMust be implemented to actually set a property value, returning the new representation of the value that was set- Specified by:
doSetin classAbstractBeanDataAccessor
-
-