org.crosswire.jsword.book.sword
Class SwordDailyDevotion

java.lang.Object
  extended by org.crosswire.jsword.book.basic.AbstractBook
      extended by org.crosswire.jsword.book.sword.SwordDictionary
          extended by org.crosswire.jsword.book.sword.SwordDailyDevotion
All Implemented Interfaces:
Comparable<Book>, Activatable, Book, PreferredKey

public class SwordDailyDevotion
extends SwordDictionary
implements PreferredKey

A book that has a preferred key of today's date.

Author:
DM Smith [ dmsmith555 at yahoo dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Constructor Summary
SwordDailyDevotion(SwordBookMetaData sbmd, AbstractBackend backend)
          Simple ctor
 
Method Summary
 Key getPreferred()
          What Key would this object like us to use?
 
Methods inherited from class org.crosswire.jsword.book.sword.SwordDictionary
activate, contains, createEmptyKeyList, deactivate, getGlobalKeyList, getKey, getOsis, getOsisIterator, getRawText, getValidKey, isWritable, setAliasKey, setRawText
 
Methods inherited from class org.crosswire.jsword.book.basic.AbstractBook
addIndexStatusListener, compareTo, equals, find, find, firePropertyChange, getBook, getBookCategory, getBookMetaData, getDriver, getDriverName, getIndexStatus, getInitials, getLanguage, getName, getOsisID, getProperties, getProperty, getUnlockKey, hasFeature, hashCode, isEnciphered, isLeftToRight, isLocked, isQuestionable, isSupported, match, putProperty, removeIndexStatusListener, setBookMetaData, setIndexStatus, toOSIS, toString, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwordDailyDevotion

public SwordDailyDevotion(SwordBookMetaData sbmd,
                          AbstractBackend backend)
Simple ctor

Method Detail

getPreferred

public Key getPreferred()
Description copied from interface: PreferredKey
What Key would this object like us to use?

Specified by:
getPreferred in interface PreferredKey
Returns:
The preferredKey

Copyright ? 2003-2011