public class HistogramSectionBean extends Object implements Serializable
Description: Helper bean for Histograms.
| Constructor and Description |
|---|
HistogramSectionBean() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2005-2014 Sakai Project. All Rights Reserved.