fipaos.ont.fipa
Class Result


public class Result
implements Serializable

A wrapper object for reply message content in a conversation


Method Summary
 ObjectgetResult()
          Returns the wrapped result object
 voidsetResult(Object result)
          Sets the result object in the wrapper

Method Detail

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

Association Links

to Class java.lang.Object

The result object to be wrapped