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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sName
protected String sName
vKeywords
protected Vector vKeywords
sLocation
protected String sLocation
Topic
public Topic(String sInputName,
Vector vInputKeywords,
String sInputLocation)
getName
public String getName()
getKeywords
public Vector getKeywords()
getLocation
public String getLocation()