Class Parameter

  • All Implemented Interfaces:
    java.io.Serializable

    public class Parameter
    extends java.lang.Object
    implements java.io.Serializable
    For internal usage
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getObject()  
      byte[] getObjectData()  
      void setObject​(java.lang.Object object)  
      void setObjectData​(byte[] objectData)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getObjectData

        public byte[] getObjectData()
      • setObjectData

        public void setObjectData​(byte[] objectData)
      • setObject

        public void setObject​(java.lang.Object object)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getObject

        public java.lang.Object getObject()
                                   throws java.io.IOException,
                                          java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException