Class ActionResult
- java.lang.Object
-
- com.aspectran.core.activity.process.result.ActionResult
-
public class ActionResult extends java.lang.ObjectHolds the result of an action's execution.Created: 2008. 03. 23 PM 12:01:24
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ObjectNO_RESULT
-
Constructor Summary
Constructors Constructor Description ActionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActionId()Gets the action id.java.lang.ObjectgetResultValue()Gets the result value of the action.voidsetResultValue(java.lang.String actionId, java.lang.Object resultValue)Sets the result value of the action.java.lang.StringtoString()
-
-
-
Method Detail
-
getActionId
public java.lang.String getActionId()
Gets the action id.- Returns:
- the action id
-
getResultValue
public java.lang.Object getResultValue()
Gets the result value of the action.- Returns:
- the result value of the action
-
setResultValue
public void setResultValue(java.lang.String actionId, java.lang.Object resultValue)Sets the result value of the action.- Parameters:
actionId- the new action idresultValue- the new result value of the action
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-