public interface ItemFeedbackIfc extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CORRECT_FEEDBACK |
static String |
GENERAL_FEEDBACK |
static String |
INCORRECT_FEEDBACK |
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-2014 Sakai Project. All Rights Reserved.