com.jalios.util
Class TransientWrapper<T>
java.lang.Object
com.jalios.util.TransientWrapper<T>
- All Implemented Interfaces:
- Serializable
public class TransientWrapper<T>
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransientWrapper
public TransientWrapper(T object)
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.