org.jtheque.books.services.impl
Class NotesService

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface org.jtheque.books.services.able.INotesService
DATA_TYPE
 
Constructor Summary
NotesService()
           
 
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
 

Constructor Detail

NotesService

public NotesService()
Method Detail

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.