public class AudioFeedback extends FeedbackItem
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHABLE_TYPE
The Constant CACHABLE_TYPE.
|
Constructor and Description |
---|
AudioFeedback() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
deconstruct(java.lang.String studentIDin)
Deconstruct.
|
java.lang.String |
getIcon()
Gets the icon.
|
java.lang.String |
isCached() |
static AudioFeedback |
reconstruct(java.lang.Object[] feedbackItem)
Reconstruct.
|
void |
setCached(java.lang.String cached) |
void |
setRecordingLocation(java.lang.String value)
Sets the recording location.
|
addFeedbackItem, addFeedbackViewFrame, createSetter, getStage, getStudentID, setStage, setStudentID, tidyAwayFeedbackSetter
public static final java.lang.String CACHABLE_TYPE
public static AudioFeedback reconstruct(java.lang.Object[] feedbackItem)
feedbackItem
- the feedback itempublic java.lang.Object[] deconstruct(java.lang.String studentIDin)
IFeedbackItemCachable
studentIDin
- the student idpublic java.lang.String getIcon()
FeedbackItem
getIcon
in class FeedbackItem
public java.lang.String isCached()
public void setCached(java.lang.String cached)
cached
- the cached to setpublic void setRecordingLocation(java.lang.String value)
value
- the new recording location