org.chromattic.core.mapper.nodeattribute
Class JCRNodeAttributePropertyMapper

java.lang.Object
  extended by org.chromattic.core.mapper.PropertyMapper<PropertyInfo<SimpleValueInfo,ValueKind.Single>,SimpleValueInfo,EntityContext,ValueKind.Single>
      extended by org.chromattic.core.mapper.nodeattribute.JCRNodeAttributePropertyMapper

public class JCRNodeAttributePropertyMapper
extends PropertyMapper<PropertyInfo<SimpleValueInfo,ValueKind.Single>,SimpleValueInfo,EntityContext,ValueKind.Single>

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
contextType, info
 
Constructor Summary
JCRNodeAttributePropertyMapper(AttributeMapping info)
           
 
Method Summary
 java.lang.Object get(EntityContext context)
           
 void set(EntityContext context, java.lang.Object value)
           
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
getGetter, getInfo, getSetter, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCRNodeAttributePropertyMapper

public JCRNodeAttributePropertyMapper(AttributeMapping info)
Method Detail

get

public java.lang.Object get(EntityContext context)
                     throws java.lang.Throwable
Overrides:
get in class PropertyMapper<PropertyInfo<SimpleValueInfo,ValueKind.Single>,SimpleValueInfo,EntityContext,ValueKind.Single>
Throws:
java.lang.Throwable

set

public void set(EntityContext context,
                java.lang.Object value)
Overrides:
set in class PropertyMapper<PropertyInfo<SimpleValueInfo,ValueKind.Single>,SimpleValueInfo,EntityContext,ValueKind.Single>


Copyright © 2011 eXo Platform SAS. All Rights Reserved.