|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
int num
string objname
string oid
Course par
Object sections
Object sectionsID
string title
string type
| Constructor Detail |
Chapter(<Course> p,<string> id,<string> ti,<string> ty,<int> nu)
p - parent object reference
id - chapter ID
ti - chapter title
ty - chapter type
nu - chapter number
| Method Detail |
void dump()
Section getSectionByID(<string> i)
i - section id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||