public class TopicPages extends Object
Constructor and Description |
---|
TopicPages() |
Modifier and Type | Method and Description |
---|---|
void |
addAll(TopicPages otherPages)
Add all TopicPage objects from otherPages to this TopicPages object.
|
void |
addPage(String mapHandle,
TopicPage page,
String tmName) |
Collection<LocatorIF> |
getItemIdentifiers() |
String |
getName() |
Collection<TopicPage> |
getPages(String mapHandle) |
Collection<LocatorIF> |
getSubjectIdentifiers() |
Collection<LocatorIF> |
getSubjectLocators() |
String |
getTMName(String mapHandle) |
Collection<String> |
getTopicMapHandles() |
public Collection<String> getTopicMapHandles()
public Collection<TopicPage> getPages(String mapHandle)
public void addAll(TopicPages otherPages)
otherPages
- The TopicPages to add to TopicPages.public String getName()
public Collection<LocatorIF> getItemIdentifiers()
public Collection<LocatorIF> getSubjectIdentifiers()
public Collection<LocatorIF> getSubjectLocators()