|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.action.context.Wrapper<T>
T
- The type of wrapped object.public class Wrapper<T>
Constructor Summary | |
---|---|
Wrapper()
Create a new instance of this class. |
Method Summary | |
---|---|
T |
getObject()
Return the wrapped object. |
void |
setObject(T object)
Set the wrapped object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Wrapper()
Method Detail |
---|
public T getObject()
public void setObject(T object)
object
- the wrapped object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |