Class OutputParameter

java.lang.Object
org.compiere.util.OutputParameter
All Implemented Interfaces:
Serializable

@Deprecated(since="13", forRemoval=true) public class OutputParameter extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    OutputParameter(int sqlType, int scale, String typeName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • OutputParameter

      public OutputParameter(int sqlType, int scale, String typeName)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getValue

      public Serializable getValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setValue

      public void setValue(Serializable value)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSqlType

      public int getSqlType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getScale

      public int getScale()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTypeName

      public String getTypeName()
      Deprecated, for removal: This API element is subject to removal in a future version.