Class ActionResult


  • public class ActionResult
    extends java.lang.Object
    The Class ActionResult.

    Created: 2008. 03. 23 PM 12:01:24

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Object NO_RESULT  
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActionId()
      Gets the action id.
      java.lang.Object getResultValue()
      Gets the result value of the action.
      void setResultValue​(java.lang.String actionId, java.lang.Object resultValue)
      Sets the result value of the action.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • NO_RESULT

        public static final java.lang.Object NO_RESULT
    • Constructor Detail

      • ActionResult

        public ActionResult()
    • 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 id
        resultValue - the new result value of the action
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object