org.chromattic.core
Class EmbeddedContext

java.lang.Object
  extended by org.chromattic.core.ObjectContext<EmbeddedContext>
      extended by org.chromattic.core.EmbeddedContext
All Implemented Interfaces:
MethodHandler

public final class EmbeddedContext
extends ObjectContext<EmbeddedContext>

Version:
$Revision$
Author:
Julien Viet

Method Summary
 EntityContext getEntity()
           
 ObjectMapper<EmbeddedContext> getMapper()
           
 java.lang.Object getObject()
           
 DomainSession getSession()
           
 NodeTypeInfo getTypeInfo()
           
 java.lang.String toString()
           
 
Methods inherited from class org.chromattic.core.ObjectContext
getPropertyValue, getPropertyValues, invoke, invoke, invoke, setPropertyValue, setPropertyValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMapper

public ObjectMapper<EmbeddedContext> getMapper()
Specified by:
getMapper in class ObjectContext<EmbeddedContext>

getSession

public DomainSession getSession()

getTypeInfo

public NodeTypeInfo getTypeInfo()
Specified by:
getTypeInfo in class ObjectContext<EmbeddedContext>

getObject

public java.lang.Object getObject()
Specified by:
getObject in class ObjectContext<EmbeddedContext>

getEntity

public EntityContext getEntity()
Specified by:
getEntity in class ObjectContext<EmbeddedContext>

toString

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


Copyright © 2011 eXo Platform SAS. All Rights Reserved.