Class TransientWrapper<T>

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransientWrapper<T>
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TransientWrapper​(T object)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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