Adempiere 3.5.2a

org.compiere.util
Class CallableResult

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

public class CallableResult
extends ExecuteResult

See Also:
Serialized Form

Constructor Summary
CallableResult()
           
 
Method Summary
 Map<String,OutputParameter> getNamedOutput()
           
 Map<Integer,OutputParameter> getOrdinalOutput()
           
 void setNamedOutput(Map<String,OutputParameter> namedOutput)
           
 void setOrdinalOutput(Map<Integer,OutputParameter> ordinalOutput)
           
 
Methods inherited from class org.compiere.util.ExecuteResult
addResultSet, getMoreResults, getResultSet, getUpdateCount, isFirstResult, setFirstResult, setUpdateCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableResult

public CallableResult()
Method Detail

getOrdinalOutput

public Map<Integer,OutputParameter> getOrdinalOutput()

setOrdinalOutput

public void setOrdinalOutput(Map<Integer,OutputParameter> ordinalOutput)

getNamedOutput

public Map<String,OutputParameter> getNamedOutput()

setNamedOutput

public void setNamedOutput(Map<String,OutputParameter> namedOutput)

Adempiere 3.5.2a

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