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

Field Summary
 
Fields inherited from interface org.norther.tammi.core.base.ReferableMBean
DEFAULT_ID, ID, MBEAN, MBEAN_DESCRIPTION, TYPE
 
Method Summary
 String getChapterName()
          Returns the chapter name.
 void setChapterName(String chapterName)
          Sets the chapter name.
 
Methods inherited from interface org.norther.tammi.core.base.ReferableMBean
getMBean
 

Method Detail

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.