|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.ui.bean.print.PDFPartBean
public class PDFPartBean
| Constructor Summary | |
|---|---|
PDFPartBean()
|
|
| Method Summary | |
|---|---|
Boolean |
getHasResources()
|
String |
getIntro()
gets the html Intro of a part |
ArrayList |
getQuestions()
gets the Array of questions (PDFItemBean) |
ArrayList |
getResources()
gets the list of resources |
String |
getSectionId()
|
void |
setHasResources(Boolean hasResources)
|
void |
setIntro(String intro)
sets the html intro for a part |
void |
setQuestions(ArrayList questions)
sets the array of questions (PDFItemBean) |
void |
setResources(ArrayList resources)
sets the resource list |
void |
setSectionId(String sectionId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFPartBean()
| Method Detail |
|---|
public String getSectionId()
public void setSectionId(String sectionId)
public Boolean getHasResources()
public void setHasResources(Boolean hasResources)
public String getIntro()
public void setIntro(String intro)
intro - public ArrayList getQuestions()
public void setQuestions(ArrayList questions)
questions - public ArrayList getResources()
public void setResources(ArrayList resources)
resources -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||