Package org.compiere.util
Class OutputParameter
- java.lang.Object
-
- org.compiere.util.OutputParameter
-
- All Implemented Interfaces:
Serializable
public class OutputParameter extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutputParameter(int sqlType, int scale, String typeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getScale()
int
getSqlType()
String
getTypeName()
Serializable
getValue()
void
setValue(Serializable value)
-
-
-
Constructor Detail
-
OutputParameter
public OutputParameter(int sqlType, int scale, String typeName)
-
-
Method Detail
-
getValue
public Serializable getValue()
-
setValue
public void setValue(Serializable value)
-
getSqlType
public int getSqlType()
-
getScale
public int getScale()
-
getTypeName
public String getTypeName()
-
-