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  Set<ObjectMapper> relatedTypes
          .
 
Fields inherited from class org.chromattic.core.mapper.PropertyMapper
contextType, info
 
Constructor Summary
protected RelatedPropertyMapper(Class<C> contextType, P info)
           
 
Method Summary
abstract  Class<?> getRelatedClass()
           
 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 Set<ObjectMapper> relatedTypes
.

Constructor Detail

RelatedPropertyMapper

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

getRelatedClass

public abstract Class<?> getRelatedClass()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 eXo Platform SAS. All Rights Reserved.