org.devyant.decorutils
Class Wrapper

java.lang.Object
  extended by org.devyant.decorutils.Wrapper

public abstract class Wrapper
extends java.lang.Object

Since:
28/Fev/2005 5:50:17
Version:
$Revision: 1.0$ ($Author: ftavares$)
Author:
Filipe Tavares

Constructor Summary
Wrapper()
           
 
Method Summary
protected  java.lang.Object getObject()
           
 void init(java.lang.Object object)
          Initialize the wrapper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wrapper

public Wrapper()
Method Detail

getObject

protected final java.lang.Object getObject()
Returns:
The Object to decorate

init

public final void init(java.lang.Object object)
Initialize the wrapper.

Parameters:
object - The Object to decorate


Copyright © 2005 devyant. All Rights Reserved.