org.chromattic.core.mapper
Class RelatedPropertyMapper<P extends PropertyInfo,C extends ObjectContext>

java.lang.Object
  extended by org.chromattic.core.mapper.PropertyMapper<P,C>
      extended by org.chromattic.core.mapper.RelatedPropertyMapper<P,C>
All Implemented Interfaces:
MethodInvoker<C>
Direct Known Subclasses:
JCREmbeddedParentPropertyMapper, JCRNodeCollectionPropertyMapper, JCRNodePropertyMapper

public abstract class RelatedPropertyMapper<P extends PropertyInfo,C extends ObjectContext>
extends PropertyMapper<P,C>

Version:
$Revision$
Author:
Julien Viet

Field Summary
protected  java.util.Set<ObjectMapper> relatedTypes
          .
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
contextType, info
 
Constructor Summary
protected RelatedPropertyMapper(java.lang.Class<C> contextType, P info)
           
 
Method Summary
abstract  java.lang.Class<?> getRelatedClass()
           
 java.lang.String toString()
           
 
Methods inherited from class org.chromattic.core.mapper.PropertyMapper
get, getInfo, getType, invoke, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

relatedTypes

protected java.util.Set<ObjectMapper> relatedTypes
.

Constructor Detail

RelatedPropertyMapper

protected RelatedPropertyMapper(java.lang.Class<C> contextType,
                                P info)
Method Detail

getRelatedClass

public abstract java.lang.Class<?> getRelatedClass()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 eXo Platform SAS. All Rights Reserved.