|
|||||||||
| Home >> All >> au >> edu >> educationau >> belts >> model >> [ lesson overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
au.edu.educationau.belts.model.lesson
Interface LessonItemEntity

- All Superinterfaces:
- LessonItem, au.edu.educationau.belts.model.Mutable
- public interface LessonItemEntity
- extends LessonItem, au.edu.educationau.belts.model.Mutable
This interface defines the methods required to support Lesson Items in the BELTS system.
- Version:
- $Revision: 1.11.4.1 $ - $Date: 2003/08/18 00:06:04 $
| Field Summary |
| Fields inherited from interface au.edu.educationau.belts.model.lesson.LessonItem |
CONTENT, INSTRUCTIONS, LESSON, LESSON_ITEM, NAME, NAMESPACE, POSITION |
| Method Summary | |
void |
moveDown()
Move this item down in the list of items |
void |
moveUp()
Move this item up in the list of items |
void |
setContent(au.edu.educationau.belts.model.content.Content content)
Sets this item's Content |
void |
setInstructions(java.lang.String instructions)
Sets this item's instructions |
void |
setName(java.lang.String name)
Sets this item's name |
void |
setPosition(int position)
Sets this item's Position |
| Methods inherited from interface au.edu.educationau.belts.model.lesson.LessonItem |
getContent, getInstructions, getLesson, getName, getPosition |
| Method Detail |
moveUp
public void moveUp()
- Move this item up in the list of items
moveDown
public void moveDown()
- Move this item down in the list of items
setName
public void setName(java.lang.String name)
- Sets this item's name
setInstructions
public void setInstructions(java.lang.String instructions)
- Sets this item's instructions
setContent
public void setContent(au.edu.educationau.belts.model.content.Content content)
- Sets this item's Content
setPosition
public void setPosition(int position)
- Sets this item's Position
|
|||||||||
| Home >> All >> au >> edu >> educationau >> belts >> model >> [ lesson overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC