org.chromattic.core.mapper.nodeattribute
Class JCRNodeAttributePropertyMapper

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

public class JCRNodeAttributePropertyMapper
extends PropertyMapper<SingleValuedPropertyInfo<SimpleValueInfo>>

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
info
 
Constructor Summary
JCRNodeAttributePropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, NodeAttributeType type)
           
 
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

JCRNodeAttributePropertyMapper

public JCRNodeAttributePropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info,
                                      NodeAttributeType type)
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 value)
Overrides:
set in class PropertyMapper<SingleValuedPropertyInfo<SimpleValueInfo>>


Copyright © 2009 eXo Platform SAS. All Rights Reserved.