com.jalios.util
Class TransientWrapper<T>

java.lang.Object
  extended by com.jalios.util.TransientWrapper<T>
All Implemented Interfaces:
Serializable

public class TransientWrapper<T>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TransientWrapper(T object)
           
 
Method Summary
 T getObject()
           
 void setObject(T object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientWrapper

public TransientWrapper(T object)
Method Detail

getObject

public T getObject()
Returns:
the object

setObject

public void setObject(T object)
Parameters:
object - the object to set


Copyright © 2001-2010 Jalios SA. All Rights Reserved.