agentland.help.helpfile
Class Topic

java.lang.Object
  |
  +--agentland.help.helpfile.Topic
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SubTopic

public class Topic
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String sLocation
           
protected  String sName
           
protected  Vector vKeywords
           
 
Constructor Summary
Topic(String sInputName, Vector vInputKeywords, String sInputLocation)
           
 
Method Summary
 Vector getKeywords()
           
 String getLocation()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sName

protected String sName

vKeywords

protected Vector vKeywords

sLocation

protected String sLocation
Constructor Detail

Topic

public Topic(String sInputName,
             Vector vInputKeywords,
             String sInputLocation)
Method Detail

getName

public String getName()

getKeywords

public Vector getKeywords()

getLocation

public String getLocation()