org.objectweb.fractal.explorer.context
Class InterfaceWrapper

java.lang.Object
  extended by org.objectweb.fractal.explorer.context.InterfaceWrapper
Direct Known Subclasses:
ClientInterfaceWrapper

public class InterfaceWrapper
extends Object

Basic interface wrapper.

Version:
0.1
Author:
Romain Rouvoy

Field Summary
protected  Interface itf
          the wrapped interface.
 
Constructor Summary
InterfaceWrapper(Interface itf)
          Default constructor.
 
Method Summary
 Interface getItf()
           
 void setItf(Interface itf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itf

protected Interface itf
the wrapped interface.

Constructor Detail

InterfaceWrapper

public InterfaceWrapper(Interface itf)
Default constructor.

Parameters:
itf - the interface to wrap.
Method Detail

getItf

public Interface getItf()
Returns:
Returns the itf.

setItf

public void setItf(Interface itf)
Parameters:
itf - The itf to set.