com.ingenta.clownbike
Class SearchJournalHitImpl

java.lang.Object
  extended bycom.ingenta.clownbike.SearchJournalHitImpl
All Implemented Interfaces:
SearchHit, SearchJournalHit

public final class SearchJournalHitImpl
extends java.lang.Object
implements SearchJournalHit


Constructor Summary
SearchJournalHitImpl()
           
 
Method Summary
 JournalArticle getArticle()
           
 int getIndex()
           
 void setArticle(JournalArticle article)
           
 void setIndex(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchJournalHitImpl

public SearchJournalHitImpl()
Method Detail

getIndex

public int getIndex()
Specified by:
getIndex in interface SearchHit

setIndex

public void setIndex(int index)

getArticle

public JournalArticle getArticle()
Specified by:
getArticle in interface SearchJournalHit

setArticle

public void setArticle(JournalArticle article)