agentland.help.asa
Class HelpFileItem

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

public class HelpFileItem
extends Object
implements Speakable


Field Summary
protected  HashMap hMap
           
 
Constructor Summary
HelpFileItem()
           
HelpFileItem(org.jdom.Element eRoot)
           
 
Method Summary
 ArrayList get(Object oKey)
           
 String getName()
           
 void put(Object oKey, Object oValue)
           
 void put(Object oKey, Object oValue, boolean bOverwrite)
           
 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
 

Field Detail

hMap

protected HashMap hMap
Constructor Detail

HelpFileItem

public HelpFileItem()

HelpFileItem

public HelpFileItem(org.jdom.Element eRoot)
Method Detail

put

public void put(Object oKey,
                Object oValue)

put

public void put(Object oKey,
                Object oValue,
                boolean bOverwrite)

get

public ArrayList get(Object oKey)

toString

public String toString()
Overrides:
toString in class Object

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

getName

public String getName()