Class ItemHandler
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.handlers.ItemHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItem()getItems()Returns the tag name where the handler is mapped to.getTitle()voidsetDataFromLms(String dataFromLms) voidsetIdentifier(String identifier) voidsetIdentifierRef(String identifierRef) voidsetIsVisible(String isVisible) voidsetMasteryScore(String masteryScore) voidsetMaxTimeAllowed(String maxTimeAllowed) voidsetParameters(String parameters) voidsetTimeLimitAction(String timeLimitAction) void
-
Constructor Details
-
ItemHandler
public ItemHandler()
-
-
Method Details
-
setIdentifier
-
setParameters
-
setIdentifierRef
-
setIsVisible
-
setTitle
-
addItem
-
addMetadata
-
setTimeLimitAction
@Element("adlcp:timelimitaction") public void setTimeLimitAction(@Content(PASSTHROUGH) String timeLimitAction) -
setMasteryScore
@Element("adlcp:masteryscore") public void setMasteryScore(@Content(PASSTHROUGH) String masteryScore) -
setMaxTimeAllowed
@Element("adlcp:maxtimeallowed") public void setMaxTimeAllowed(@Content(PASSTHROUGH) String maxTimeAllowed) -
setDataFromLms
-
getTagName
Description copied from interface:HandlerReturns the tag name where the handler is mapped to.- Specified by:
getTagNamein interfaceHandler- Returns:
- the tag name where the handler is mapped to.
-
getItems
-
getMetaData
-
getIdentifier
-
getTitle
-
getIdentifierRef
-