public interface ItemFeedbackIfc extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CORRECT_FEEDBACK |
static String |
GENERAL_FEEDBACK |
static String |
INCORRECT_FEEDBACK |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
ItemDataIfc |
getItem() |
String |
getText() |
String |
getTypeId() |
void |
setId(Long id) |
void |
setItem(ItemDataIfc item) |
void |
setText(String text) |
void |
setTypeId(String typeId) |
static final String CORRECT_FEEDBACK
static final String INCORRECT_FEEDBACK
static final String GENERAL_FEEDBACK
Long getId()
void setId(Long id)
ItemDataIfc getItem()
void setItem(ItemDataIfc item)
String getTypeId()
void setTypeId(String typeId)
String getText()
void setText(String text)
Copyright © 2005–2016 Sakai Project. All rights reserved.