Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

au.edu.educationau.belts.model.lesson
Interface LessonItem  view LessonItem download LessonItem.java

All Known Subinterfaces:
LessonItemEntity

public interface LessonItem

This interface defines the methods required to support Lesson Items in the BELTS system.

Version:
$Revision: 1.9 $ - $Date: 2003/04/30 23:03:35 $

Field Summary
static java.lang.String CONTENT
           
static java.lang.String INSTRUCTIONS
           
static java.lang.String LESSON
           
static java.lang.String LESSON_ITEM
           
static java.lang.String NAME
           
static java.lang.String NAMESPACE
           
static java.lang.String POSITION
           
 
Method Summary
 au.edu.educationau.belts.model.content.Content getContent()
          Returns this item's Content
 java.lang.String getInstructions()
          Returns this item's instructions
 Lesson getLesson()
          Returns this item's lesson
 java.lang.String getName()
          Returns this item's name
 int getPosition()
          Returns this item's Position
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values

LESSON_ITEM

public static final java.lang.String LESSON_ITEM
See Also:
Constant Field Values

LESSON

public static final java.lang.String LESSON
See Also:
Constant Field Values

POSITION

public static final java.lang.String POSITION
See Also:
Constant Field Values

INSTRUCTIONS

public static final java.lang.String INSTRUCTIONS
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

CONTENT

public static final java.lang.String CONTENT
See Also:
Constant Field Values
Method Detail

getLesson

public Lesson getLesson()
Returns this item's lesson


getPosition

public int getPosition()
Returns this item's Position


getInstructions

public java.lang.String getInstructions()
Returns this item's instructions


getName

public java.lang.String getName()
Returns this item's name


getContent

public au.edu.educationau.belts.model.content.Content getContent()

Returns this item's Content