public class PDFPartBean extends Object
| Constructor and Description |
|---|
PDFPartBean() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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 - Copyright © 2005-2014 Sakai Project. All Rights Reserved.