Class Chapter

Object
   |
   +--Chapter

class Chapter

Defined in obj-chapter.js

Version: 1.0

Author: mpollack


Field Summary
 int num
          Chapter number
 string objname
          Name given to identify object on debug
 string oid
          Chapter ID
 Course par
          Reference to parent object
 Object sections
          Section objects in a sequential array
 Object sectionsID
          Section objects in an associative array
 string title
          Chapter title
 string type
          Chapter tytpe
 
Constructor Summary
Chapter(<Course> p,<string> id,<string> ti,<string> ty,<int> nu)
            Contains data for a chapter
 
Method Summary
 void dump()
           Sends debug information on all properties to the debug window
 Section getSectionByID(<string> i)
           Gets the section from a supplied ID

Field Detail

num

int num

objname

string objname

oid

string oid

par

Course par

sections

Object sections

sectionsID

Object sectionsID

title

string title

type

string type

Constructor Detail

Chapter

Chapter(<Course> p,<string> id,<string> ti,<string> ty,<int> nu)

Method Detail

dump

void dump()

getSectionByID

Section getSectionByID(<string> i)


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