org.chromattic.core.mapper.property
Class JCRPropertyListPropertyMapper<O extends ObjectContext<O>,E,I>
java.lang.Object
org.chromattic.core.mapper.PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>,SimpleValueInfo,O>
org.chromattic.core.mapper.property.JCRPropertyListPropertyMapper<O,E,I>
public class JCRPropertyListPropertyMapper<O extends ObjectContext<O>,E,I>
- extends PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>,SimpleValueInfo,O>
- Version:
- $Revision$
- Author:
- Julien Viet
|
Method Summary |
java.lang.Object |
get(O context)
|
void |
set(O context,
java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCRPropertyListPropertyMapper
public JCRPropertyListPropertyMapper(java.lang.Class<O> contextType,
SimpleTypeProvider<I,E> vt,
ValueMapping.Multi info)
get
public java.lang.Object get(O context)
throws java.lang.Throwable
- Overrides:
get in class PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>,SimpleValueInfo,O extends ObjectContext<O>>
- Throws:
java.lang.Throwable
set
public void set(O context,
java.lang.Object value)
throws java.lang.Throwable
- Overrides:
set in class PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>,SimpleValueInfo,O extends ObjectContext<O>>
- Throws:
java.lang.Throwable
Copyright © 2011 eXo Platform SAS. All Rights Reserved.