fipaos.ont.fipa
Class Result
- public class Result
- implements Serializable
A wrapper object for reply message content in a conversation
Method Summary |
Object | getResult() Returns the wrapped result object |
void | setResult(Object result) Sets the result object in the wrapper |
getResult
public Object getResult()
- Returns the wrapped result object
- Returns: Object. The wrapped result object
setResult
public void setResult(Object result)
- Sets the result object in the wrapper
- Parameters:
- result - The result object to be wrapped
to Class java.lang.Object- The result object to be wrapped