fipaos.ont.fipa
Class Result

java.lang.Object
  |
  +--fipaos.ont.fipa.Result
All Implemented Interfaces:
java.io.Serializable

public class Result
extends java.lang.Object
implements java.io.Serializable

A wrapper object for reply message content in a conversation

See Also:
Serialized Form

Constructor Summary
Result()
           
 
Method Summary
 java.lang.Object getResult()
          Returns the wrapped result object
 void setResult(java.lang.Object result)
          Sets the result object in the wrapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()
Method Detail

getResult

public java.lang.Object getResult()
Returns the wrapped result object
Returns:
Object. The wrapped result object

setResult

public void setResult(java.lang.Object result)
Sets the result object in the wrapper
Parameters:
result - The result object to be wrapped