Class GlossaryTerm

Object
   |
   +--GlossaryTerm

class GlossaryTerm

Defined in obj-glossaryterm.js

Version: 1.0

Author: mpollack


Field Summary
 string definition
          Glossary term definition
 string id
          Glossary term id
 string objname
          Name given to identify object on debug
 Glossary par
          Reference to parent object
 array seealso
          Array of glossary term ids this term is to reference
 string setID
          ID of glossary set term belongs in
 string term
          Glossary term string
 
Constructor Summary
GlossaryTerm(&l<string> t;Glossary> p,t,<string> d,<string> i,<string> s,<string> sa)
            Holds information for glossary term
 
Method Summary
 void dump()
           Sends debug information on term properties to the debug window if turned on
 void setData(<string> d)
           Sets data on the object using a delimited string sent via the jshook api.
 array setSeeAlso(<string> r)
           Converts comma delimited string of glossary ids to an array

Field Detail

definition

string definition

id

string id

objname

string objname

par

Glossary par

seealso

array seealso

setID

string setID

term

string term

Constructor Detail

GlossaryTerm

GlossaryTerm(&l<string> t;Glossary> p,t,<string> d,<string> i,<string> s,<string> sa)

Method Detail

dump

void dump()

setData

void setData(<string> d)

setSeeAlso

array setSeeAlso(<string> r)


Documentation generated by JSDoc on Tue Mar 4 12:01:48 2008