com.googlecode.jpattern.gwt.client.util
Class GenericWrapper<T>

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.util.GenericWrapper<T>

public class GenericWrapper<T>
extends Object

Author:
Francesco Cina' 08/mag/2011

Constructor Summary
GenericWrapper(Class<T> objectClass)
           
 
Method Summary
 T getValue()
           
 Class<T> getWrappedClass()
           
 void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericWrapper

public GenericWrapper(Class<T> objectClass)
Method Detail

getValue

public T getValue()

setValue

public void setValue(T value)

getWrappedClass

public Class<T> getWrappedClass()


Copyright © 2011. All Rights Reserved.