org.oddjob.arooa
Class ComponentTrinity

java.lang.Object
  extended by org.oddjob.arooa.ComponentTrinity

public class ComponentTrinity
extends Object

Encapsulate the three things that are the bases of the component framework.

Author:
rob

Constructor Summary
ComponentTrinity(Object theComponent, Object theProxy, ArooaContext theContext)
           
 
Method Summary
 Object getTheComponent()
          Getter for component.
 ArooaContext getTheContext()
          Getter for context.
 Object getTheProxy()
          Getter for proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTrinity

public ComponentTrinity(Object theComponent,
                        Object theProxy,
                        ArooaContext theContext)
Method Detail

getTheComponent

public Object getTheComponent()
Getter for component.

Returns:
The component. Never null.

getTheProxy

public Object getTheProxy()
Getter for proxy.

Returns:
The proxy. Never null.

getTheContext

public ArooaContext getTheContext()
Getter for context.

Returns:
The context. Never null.