Interface ItemMetaDataIfc
-
- All Superinterfaces:
Serializable
public interface ItemMetaDataIfc extends Serializable
-
-
Field Summary
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntry()LonggetId()ItemDataIfcgetItem()StringgetLabel()voidsetEntry(String entry)voidsetId(Long id)voidsetItem(ItemDataIfc item)voidsetLabel(String label)
-
-
-
Field Detail
-
OBJECTIVE
static final String OBJECTIVE
- See Also:
- Constant Field Values
-
KEYWORD
static final String KEYWORD
- See Also:
- Constant Field Values
-
RUBRIC
static final String RUBRIC
- See Also:
- Constant Field Values
-
RANDOMIZE
static final String RANDOMIZE
- See Also:
- Constant Field Values
-
MCMS_PARTIAL_CREDIT
static final String MCMS_PARTIAL_CREDIT
- See Also:
- Constant Field Values
-
SCALENAME
static final String SCALENAME
- See Also:
- Constant Field Values
-
PARTID
static final String PARTID
- See Also:
- Constant Field Values
-
POOLID
static final String POOLID
- See Also:
- Constant Field Values
-
TIMEALLOWED
static final String TIMEALLOWED
- See Also:
- Constant Field Values
-
NUMATTEMPTS
static final String NUMATTEMPTS
- See Also:
- Constant Field Values
-
CASE_SENSITIVE_FOR_FIB
static final String CASE_SENSITIVE_FOR_FIB
- See Also:
- Constant Field Values
-
MARKERS_PAIR
static final String MARKERS_PAIR
- See Also:
- Constant Field Values
-
MUTUALLY_EXCLUSIVE_FOR_FIB
static final String MUTUALLY_EXCLUSIVE_FOR_FIB
- See Also:
- Constant Field Values
-
IGNORE_SPACES_FOR_FIB
static final String IGNORE_SPACES_FOR_FIB
- See Also:
- Constant Field Values
-
ADD_TO_FAVORITES_MATRIX
static final String ADD_TO_FAVORITES_MATRIX
- See Also:
- Constant Field Values
-
ADD_COMMENT_MATRIX
static final String ADD_COMMENT_MATRIX
- See Also:
- Constant Field Values
-
FORCE_RANKING
static final String FORCE_RANKING
- See Also:
- Constant Field Values
-
MX_SURVEY_QUESTION_COMMENTFIELD
static final String MX_SURVEY_QUESTION_COMMENTFIELD
- See Also:
- Constant Field Values
-
MX_SURVEY_RELATIVE_WIDTH
static final String MX_SURVEY_RELATIVE_WIDTH
- See Also:
- Constant Field Values
-
REQUIRE_ALL_OK
static final String REQUIRE_ALL_OK
- See Also:
- Constant Field Values
-
IMAGE_MAP_SRC
static final String IMAGE_MAP_SRC
- See Also:
- Constant Field Values
-
IMAGE_MAP_ALT_TEXT
static final String IMAGE_MAP_ALT_TEXT
- See Also:
- Constant Field Values
-
PREDEFINED_SCALE
static final String PREDEFINED_SCALE
- See Also:
- Constant Field Values
-
SURVEY_YES
static final String SURVEY_YES
- See Also:
- Constant Field Values
-
SURVEY_AGREE
static final String SURVEY_AGREE
- See Also:
- Constant Field Values
-
SURVEY_UNDECIDED
static final String SURVEY_UNDECIDED
- See Also:
- Constant Field Values
-
SURVEY_AVERAGE
static final String SURVEY_AVERAGE
- See Also:
- Constant Field Values
-
SURVEY_STRONGLY_AGREE
static final String SURVEY_STRONGLY_AGREE
- See Also:
- Constant Field Values
-
SURVEY_EXCELLENT
static final String SURVEY_EXCELLENT
- See Also:
- Constant Field Values
-
SURVEY_5
static final String SURVEY_5
- See Also:
- Constant Field Values
-
SURVEY_10
static final String SURVEY_10
- See Also:
- Constant Field Values
-
SURVEY_YESNO
static final String SURVEY_YESNO
- See Also:
- Constant Field Values
-
SURVEY_SCALEFIVE
static final String SURVEY_SCALEFIVE
- See Also:
- Constant Field Values
-
SURVEY_SCALETEN
static final String SURVEY_SCALETEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
Long getId()
-
setId
void setId(Long id)
-
getItem
ItemDataIfc getItem()
-
setItem
void setItem(ItemDataIfc item)
-
getLabel
String getLabel()
-
setLabel
void setLabel(String label)
-
getEntry
String getEntry()
-
setEntry
void setEntry(String entry)
-
-