org.norther.tammi.manual.chapter
Interface ChapterMBean
- All Superinterfaces:
- ReferableMBean
- All Known Implementing Classes:
- Chapter
public interface ChapterMBean
- extends ReferableMBean
ChapterMBean is an interface to a class storing chapter names. Chapter number
is supposed to be stored in the registered object name key 'number'.
- Author:
- Marketta Priha
getChapterName
String getChapterName()
- Returns the chapter name.
- Returns:
- the chapter name.
setChapterName
void setChapterName(String chapterName)
- Sets the chapter name.
- Parameters:
chapterName - the chapter name.
Copyright © 2004 The Norther Organization. All rights reserved.