org.chromattic.core.mapper.onetoone.hierarchical
Class JCRNamedChildParentPropertyMapper<O extends ObjectContext>

java.lang.Object
  extended by org.chromattic.core.mapper.PropertyMapper<P,C>
      extended by org.chromattic.core.mapper.RelatedPropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,O>
          extended by org.chromattic.core.mapper.JCRNodePropertyMapper<O>
              extended by org.chromattic.core.mapper.onetoone.hierarchical.JCRNamedChildParentPropertyMapper<O>
All Implemented Interfaces:
MethodInvoker<O>

public class JCRNamedChildParentPropertyMapper<O extends ObjectContext>
extends JCRNodePropertyMapper<O>

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.RelatedPropertyMapper
relatedTypes
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
contextType, info
 
Constructor Summary
JCRNamedChildParentPropertyMapper(java.lang.Class<O> contextType, SingleValuedPropertyInfo<BeanValueInfo> info, java.lang.String relatedName)
           
 
Method Summary
 java.lang.Object get(O ctx)
           
 java.lang.String getRelatedName()
           
 void set(O context, java.lang.Object child)
           
 
Methods inherited from class org.chromattic.core.mapper.JCRNodePropertyMapper
getRelatedClass
 
Methods inherited from class org.chromattic.core.mapper.RelatedPropertyMapper
toString
 
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, wait, wait, wait
 

Constructor Detail

JCRNamedChildParentPropertyMapper

public JCRNamedChildParentPropertyMapper(java.lang.Class<O> contextType,
                                         SingleValuedPropertyInfo<BeanValueInfo> info,
                                         java.lang.String relatedName)
                                  throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

getRelatedName

public java.lang.String getRelatedName()

get

public java.lang.Object get(O ctx)
                     throws java.lang.Throwable
Overrides:
get in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,O extends ObjectContext>
Throws:
java.lang.Throwable

set

public void set(O context,
                java.lang.Object child)
         throws java.lang.Throwable
Overrides:
set in class PropertyMapper<SingleValuedPropertyInfo<BeanValueInfo>,O extends ObjectContext>
Throws:
java.lang.Throwable


Copyright © 2010 eXo Platform SAS. All Rights Reserved.