agentland.help.asa
Class DoItem

java.lang.Object
  |
  +--agentland.help.asa.DoItem
All Implemented Interfaces:
Speakable

public class DoItem
extends Object
implements Speakable


Constructor Summary
DoItem()
           
 
Method Summary
 String getMethod()
           
 String toSpeech()
          Returns a String describing this object.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoItem

public DoItem()
Method Detail

toSpeech

public String toSpeech()
Description copied from interface: Speakable
Returns a String describing this object. The returned String should be easily spoken by a speech synthesis program.
Specified by:
toSpeech in interface Speakable
Following copied from interface: speech.Speakable
Returns:
a String value
Throws:
RemoteException - if an error occurs

getMethod

public String getMethod()

toString

public String toString()
Overrides:
toString in class Object