com.googlecode.jpattern.orm.util
Class GenericWrapper<E>

java.lang.Object
  extended by com.googlecode.jpattern.orm.util.GenericWrapper<E>

public class GenericWrapper<E>
extends Object

Author:
Francesco Cina' 29/mar/2010

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

Constructor Detail

GenericWrapper

public GenericWrapper(E value)
Method Detail

getValue

public E getValue()

setValue

public void setValue(E value)


Copyright © 2011. All Rights Reserved.