public class YesOrNoFeedback extends FeedbackItem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CACHABLE_TYPE
The Constant CACHABLE_TYPE.
|
| Constructor and Description |
|---|
YesOrNoFeedback() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
deconstruct(java.lang.String studentIDin)
Deconstruct.
|
java.lang.String |
getIcon()
Gets the icon.
|
static YesOrNoFeedback |
reconstruct(java.lang.Object[] feedbackItem)
Reconstruct.
|
void |
setYesSelected(boolean yesSelected) |
addFeedbackItem, addFeedbackViewFrame, createSetter, getStage, getStudentID, setStage, setStudentID, tidyAwayFeedbackSetterpublic static final java.lang.String CACHABLE_TYPE
public static YesOrNoFeedback reconstruct(java.lang.Object[] feedbackItem)
feedbackItem - the feedback itempublic java.lang.Object[] deconstruct(java.lang.String studentIDin)
IFeedbackItemCachablestudentIDin - the student idpublic java.lang.String getIcon()
FeedbackItemgetIcon in class FeedbackItempublic void setYesSelected(boolean yesSelected)
yesSelected - the yesSelected to set