Class Course

Object
   |
   +--Course

class Course

Defined in obj-course.js

Version: 1.0

Author: mpollack


Field Summary
 array chapters
          Chapter objects in a sequential array
 array chaptersID
          Chapter objects in an associative array
 string lang
          The language of the course
 string objname
          Name given to identify object on debug
 string oid
          The course ID
 Main par
          Reference to parent object
 string subtitle
          The sub title of the course
 string title
          The title of the course
 
Constructor Summary
Course(<Main> p)
            Contains data tree for entire course
 
Method Summary
 void dump()
           Loops through entire course tree and sends information to the debug window if turned on
 Chapter getChapterByID(<string> i)
           Gets the chapter from a supplied ID
 void getData()
           sends the command to get the course data
 void setData(<string> d)
           Sets data on the object using a delimited string sent via the jshook api.

Field Detail

chapters

array chapters

chaptersID

array chaptersID

lang

string lang

objname

string objname

oid

string oid

par

Main par

subtitle

string subtitle

title

string title

Constructor Detail

Course

Course(<Main> p)

Method Detail

dump

void dump()

getChapterByID

Chapter getChapterByID(<string> i)

getData

void getData()

setData

void setData(<string> d)


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