|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.service.docsearch.DocSearchItem
public class DocSearchItem
DocSearchItem
Field Summary | |
---|---|
static java.lang.String |
FIELD_CONTENTS
|
static java.lang.String |
FIELD_DATE
|
static java.lang.String |
FIELD_SPACE
|
static java.lang.String |
FIELD_SUMMARY
|
static java.lang.String |
FIELD_TITLE
|
static java.lang.String |
FIELD_TYPE
|
static java.lang.String |
FIELD_UID
|
Constructor Summary | |
---|---|
DocSearchItem(org.apache.lucene.document.Document document)
The constructor |
Method Summary | |
---|---|
java.lang.String |
getDate()
Returns the LastModifiedDate |
java.lang.String |
getId()
Returns the Id |
java.lang.String |
getSummary()
Returns the Summary |
java.lang.String |
getTitle()
Returns the Title |
java.lang.String |
getType()
Returns the Type |
void |
setDate(java.lang.String strLastModifiedDate)
Sets the LastModifiedDate |
void |
setId(java.lang.String strId)
Sets the Id |
void |
setSummary(java.lang.String strSummary)
Sets the Summary |
void |
setTitle(java.lang.String strTitle)
Sets the Title |
void |
setType(java.lang.String strType)
Sets the Type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FIELD_UID
public static final java.lang.String FIELD_CONTENTS
public static final java.lang.String FIELD_TITLE
public static final java.lang.String FIELD_SUMMARY
public static final java.lang.String FIELD_DATE
public static final java.lang.String FIELD_TYPE
public static final java.lang.String FIELD_SPACE
Constructor Detail |
---|
public DocSearchItem(org.apache.lucene.document.Document document)
document
- the lucene documentMethod Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String strId)
strId
- The Idpublic java.lang.String getTitle()
public void setTitle(java.lang.String strTitle)
strTitle
- The Titlepublic java.lang.String getSummary()
public void setSummary(java.lang.String strSummary)
strSummary
- The Summarypublic java.lang.String getDate()
public void setDate(java.lang.String strLastModifiedDate)
strLastModifiedDate
- The LastModifiedDatepublic java.lang.String getType()
public void setType(java.lang.String strType)
strType
- The Type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |