org.chromattic.core.mapper.property
Class JCRPropertyPropertyMapper

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

public class JCRPropertyPropertyMapper
extends PropertyMapper<SingleValuedPropertyInfo<SimpleValueInfo>>

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
info
 
Constructor Summary
JCRPropertyPropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, String jcrPropertyName)
           
 
Method Summary
 Object get(ObjectContext context)
           
 void set(ObjectContext context, Object o)
           
 
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

JCRPropertyPropertyMapper

public JCRPropertyPropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info,
                                 String jcrPropertyName)
Method Detail

get

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

set

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


Copyright © 2009 eXo Platform SAS. All Rights Reserved.