org.jtheque.books.services.impl
Class NotesService
java.lang.Object
org.jtheque.books.services.impl.NotesService
- All Implemented Interfaces:
- INotesService
public final class NotesService
- extends Object
- implements INotesService
A notes service implementation.
- Author:
- Baptiste Wicht
Method Summary |
org.jtheque.core.utils.db.Note |
getDefaultNote()
Return the default note. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotesService
public NotesService()
getDefaultNote
public org.jtheque.core.utils.db.Note getDefaultNote()
- Description copied from interface:
INotesService
- Return the default note.
- Specified by:
getDefaultNote
in interface INotesService
- Returns:
- The default note.
Copyright © 2010 JTheque. All Rights Reserved.