|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.ui.bean.evaluation.HistogramSectionBean
public class HistogramSectionBean
Description: Helper bean for Histograms.
| Constructor Summary | |
|---|---|
HistogramSectionBean()
|
|
| Method Summary | |
|---|---|
void |
addItemBean(HistogramQuestionScoresBean bean)
Adds an itembean. |
ArrayList |
getItemBeans()
Returns a list of HistogramQuestionScoresBeans |
String |
getPartName()
Get the part name. |
String |
getSequence()
Get the sequence value. |
void |
setItemBeans(ArrayList pItemBeans)
Sets a list of HistogramQuestionScoresBeans |
void |
setPartName(String ppartName)
Set the part name. |
void |
setSequence(String newSeq)
Set the sequence value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistogramSectionBean()
| Method Detail |
|---|
public ArrayList getItemBeans()
public void setItemBeans(ArrayList pItemBeans)
pquestionNumberList - ArrayListpublic void addItemBean(HistogramQuestionScoresBean bean)
public void setPartName(String ppartName)
ppartName - Stringpublic String getPartName()
public void setSequence(String newSeq)
public String getSequence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||