|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openprivacy.reptile.search.SearchRecord
Field Summary | |
static int |
NO_INDEX
|
Constructor Summary | |
SearchRecord()
|
Method Summary | |
void |
assertValid(SearchProvider provider)
Make sure we can use this. |
java.lang.String |
getChannel()
Get the value of channel . |
long |
getDateFound()
Get the value of dateFound . |
java.lang.String |
getDescription()
Get the value of description . |
int |
getIndex()
Get the value of index . |
java.lang.String |
getLink()
Get the value of link . |
java.lang.String |
getTitle()
Get the value of title . |
org.jdom.Element |
serialize()
Serialize this is a JDOM element. |
void |
setChannel(java.lang.String channel)
Set the value of channel . |
void |
setDateFound(long dateFound)
Set the value of dateFound . |
void |
setDescription(java.lang.String description)
Set the value of description . |
void |
setIndex(int index)
Set the value of index . |
void |
setLink(java.lang.String link)
Set the value of link . |
void |
setTitle(java.lang.String title)
Set the value of title . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NO_INDEX
Constructor Detail |
public SearchRecord()
Method Detail |
public void setIndex(int index)
index
.
public int getIndex()
Get the value of index
.
Note that all indexes begin at 0
public java.lang.String getLink()
link
.
public void setLink(java.lang.String link)
link
.
public java.lang.String getDescription()
description
.
public void setDescription(java.lang.String description)
description
.
public java.lang.String getTitle()
title
.
public void setTitle(java.lang.String title)
title
.
public void setDateFound(long dateFound)
dateFound
.
public long getDateFound()
dateFound
.
public java.lang.String getChannel()
channel
.
public void setChannel(java.lang.String channel)
channel
.
public org.jdom.Element serialize()
public void assertValid(SearchProvider provider) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |