things.common.help
Class HelpUser

java.lang.Object
  extended by things.common.help.HelpItem
      extended by things.common.help.HelpUser

public class HelpUser
extends HelpItem

Help item for a user. A user is the container for help for a module/class/whatever.

Version:
1.0

Version History

EPG - Initial - 10 SEP 08
 
Author:
Erich P. Gatejen

Field Summary
 java.lang.String title
           
 
Fields inherited from class things.common.help.HelpItem
help, name, user
 
Constructor Summary
HelpUser(java.lang.String name, java.lang.String title, java.lang.String help)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public java.lang.String title
Constructor Detail

HelpUser

public HelpUser(java.lang.String name,
                java.lang.String title,
                java.lang.String help)
Constructor.

Parameters:
name - The name of the user.
help - The help text for the user.


Things.