|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.tomp.el.author.Lecture
public class Lecture
Constructor Summary | |
---|---|
Lecture(Lectures l,
java.lang.String id)
Creates a new instance of Lecture and sets its ID. |
Method Summary | |
---|---|
Description |
getDescription()
Returns the description. |
java.io.File |
getFile()
Returns the Lecture's XML file. |
java.lang.String |
getId()
Returns lecture's ID. |
Lectures |
getLectures()
Returns lectures. |
void |
setDescription(Description description)
Sets the lecture's description |
java.lang.String |
toString()
Creates string of lecture. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Lecture(Lectures l, java.lang.String id)
l
- Lecturesid
- Lecture's IDMethod Detail |
---|
public java.io.File getFile()
public Lectures getLectures()
public java.lang.String getId()
public java.lang.String toString()
toString
in class java.lang.Object
public Description getDescription()
getDescription
in interface Described
public void setDescription(Description description)
setDescription
in interface Described
description
- The description to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |