Adempiere 3.5.2a

org.compiere.util
Class OutputParameter

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

public class OutputParameter
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
OutputParameter(int sqlType, int scale, String typeName)
           
 
Method Summary
 int getScale()
           
 int getSqlType()
           
 String getTypeName()
           
 Serializable getValue()
           
 void setValue(Serializable value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.