home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / windowsxp / ftgateoffice / ftgateoffice.exe / Main / webhelp.jar / hhapplet / IndexSecondaryEntry.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-11-07  |  782 b   |  14 lines

  1. package hhapplet;
  2.  
  3. public class IndexSecondaryEntry {
  4.    public String name;
  5.    public String local;
  6.    public String url;
  7.    public String frame;
  8.    public String see_also;
  9.  
  10.    public String toString() {
  11.       return this.getClass().getName() + "[name=" + this.name + ",local=" + this.local + ",url=" + this.url + ",see also=" + this.see_also + ",frame=" + this.frame + "]";
  12.    }
  13. }
  14.