org.chromattic.core.mapper.property
Class JCRPropertyListPropertyMapper<O extends ObjectContext>

java.lang.Object
  extended by org.chromattic.core.mapper.PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>,O>
      extended by org.chromattic.core.mapper.property.JCRPropertyListPropertyMapper<O>
All Implemented Interfaces:
MethodInvoker<O>

public class JCRPropertyListPropertyMapper<O extends ObjectContext>
extends PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>,O>

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
contextType, info
 
Constructor Summary
JCRPropertyListPropertyMapper(java.lang.Class<O> contextType, MultiValuedPropertyInfo<SimpleValueInfo> info, java.lang.String jcrPropertyName)
           
 
Method Summary
 java.lang.Object get(O context)
           
 void set(O context, java.lang.Object value)
           
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
getInfo, getType, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCRPropertyListPropertyMapper

public JCRPropertyListPropertyMapper(java.lang.Class<O> contextType,
                                     MultiValuedPropertyInfo<SimpleValueInfo> info,
                                     java.lang.String jcrPropertyName)
Method Detail

get

public java.lang.Object get(O context)
                     throws java.lang.Throwable
Overrides:
get in class PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>,O extends ObjectContext>
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>,O extends ObjectContext>
Throws:
java.lang.Throwable


Copyright © 2011 eXo Platform SAS. All Rights Reserved.