org.chromattic.core.mapper.property
Class JCRPropertyListPropertyMapper

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

public class JCRPropertyListPropertyMapper
extends PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>>

Version:
$Revision$
Author:
Julien Viet

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

Constructor Detail

JCRPropertyListPropertyMapper

public JCRPropertyListPropertyMapper(MultiValuedPropertyInfo<SimpleValueInfo> info,
                                     String jcrPropertyName)
Method Detail

get

public Object get(ObjectContext context)
           throws Throwable
Overrides:
get in class PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>>
Throws:
Throwable

set

public void set(ObjectContext context,
                Object value)
         throws Throwable
Overrides:
set in class PropertyMapper<MultiValuedPropertyInfo<SimpleValueInfo>>
Throws:
Throwable


Copyright © 2009 eXo Platform SAS. All Rights Reserved.