Class CatalogEntryHandler
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.handlers.CatalogEntryHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddEntry()
Returns the tag name where the handler is mapped to.void
setCatalog
(String catalog) void
setCatalogLomNs
(String catalog) void
setCatalogWoNs
(String catalog)
-
Constructor Details
-
CatalogEntryHandler
public CatalogEntryHandler()
-
-
Method Details
-
setCatalog
-
setCatalogLomNs
-
setCatalogWoNs
-
addEntry
-
addEntryLomNs
-
addEntryWoNs
-
getTagName
Description copied from interface:Handler
Returns the tag name where the handler is mapped to.- Specified by:
getTagName
in interfaceHandler
- Returns:
- the tag name where the handler is mapped to.
-