com.crankuptheamps.client
Class BookmarkRingBuffer.Entry

java.lang.Object
  extended by com.crankuptheamps.client.BookmarkRingBuffer.Entry
Enclosing class:
BookmarkRingBuffer

public class BookmarkRingBuffer.Entry
extends Object

Represents a single entry in an array of bookmarks


Constructor Summary
BookmarkRingBuffer.Entry()
           
 
Method Summary
 BookmarkField getBookmark()
           
 long getIndex()
           
 boolean isActive()
           
 boolean isPersisted()
           
 BookmarkRingBuffer.Entry setActive(boolean active)
           
 BookmarkRingBuffer.Entry setBookmark(Field f)
           
 BookmarkRingBuffer.Entry setIndex(long index)
           
 BookmarkRingBuffer.Entry setPersisted(boolean persisted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarkRingBuffer.Entry

public BookmarkRingBuffer.Entry()
Method Detail

setBookmark

public BookmarkRingBuffer.Entry setBookmark(Field f)

getBookmark

public BookmarkField getBookmark()

setIndex

public BookmarkRingBuffer.Entry setIndex(long index)

getIndex

public long getIndex()

isActive

public boolean isActive()

setActive

public BookmarkRingBuffer.Entry setActive(boolean active)

isPersisted

public boolean isPersisted()

setPersisted

public BookmarkRingBuffer.Entry setPersisted(boolean persisted)