|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteschool.data.Lecture
Constructor Summary | |
Lecture()
Creates a new lecture with default settings for all inner fields. |
|
Lecture(int lectureid,
int courseid,
java.lang.String title,
java.lang.String content,
int editedfrom_id,
java.lang.String editedwhen,
int lecture_num)
Creates a new lecture with provided values for all inner fields. |
Method Summary | |
java.lang.String |
getContent()
|
int |
getCourseid()
|
int |
getEditedfrom()
|
java.lang.String |
getEditedwhen()
|
int |
getLecture_num()
|
int |
getLectureid()
|
java.lang.String |
getTitle()
|
void |
setContent(java.lang.String content)
|
void |
setCourseid(int courseid)
|
void |
setEditedfrom(int editedfrom_id)
Sets value for lecturer created the lecture |
void |
setEditedwhen(java.lang.String editedwhen)
Sets value for date when the lecture has been created |
void |
setLecture_num(int lecture_num)
|
void |
setLectureid(int lectureid)
|
void |
setTitle(java.lang.String title)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Lecture()
public Lecture(int lectureid, int courseid, java.lang.String title, java.lang.String content, int editedfrom_id, java.lang.String editedwhen, int lecture_num)
lectureid
- id of the lecturecourseid
- id of the course to which the lecture belonstitle
- title of the lecturecontent
- content of the lectureeditedfrom_id
- id of lecturer, created the lectureeditedwhen
- date of creation of the lecturelecture_num
- unique number of lecture of the courseMethod Detail |
public int getLecture_num()
public void setLecture_num(int lecture_num)
lecture_num
- public java.lang.String getContent()
public void setContent(java.lang.String content)
public int getCourseid()
public void setCourseid(int courseid)
public int getLectureid()
public void setLectureid(int lectureid)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public int getEditedfrom()
public void setEditedfrom(int editedfrom_id)
editedfrom_id
- public java.lang.String getEditedwhen()
public void setEditedwhen(java.lang.String editedwhen)
editedwhen
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |