|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.search.BaseParsedObject
public class BaseParsedObject
Base parsed object.
| Field Summary | |
|---|---|
private String |
className
|
private String |
content
|
private String |
description
|
private Map |
fields
|
private String |
key
|
private String[] |
keywords
|
private Map |
keywordsMap
|
private String |
language
|
private float |
score
|
private String |
title
|
private String |
type
|
private URL |
url
|
| Fields inherited from interface org.apache.jetspeed.search.ParsedObject |
|---|
FIELDNAME_CLASSNAME, FIELDNAME_CLASSNAME_DEFAULT, FIELDNAME_CONTENT, FIELDNAME_CONTENT_DEFAULT, FIELDNAME_DESCRIPTION, FIELDNAME_DESCRIPTION_DEFAULT, FIELDNAME_FIELDS, FIELDNAME_FIELDS_DEFAULT, FIELDNAME_KEY, FIELDNAME_KEY_DEFAULT, FIELDNAME_KEYWORDS, FIELDNAME_KEYWORDS_DEFAULT, FIELDNAME_LANGUAGE, FIELDNAME_LANGUAGE_DEFAULT, FIELDNAME_SCORE, FIELDNAME_SCORE_DEFAULT, FIELDNAME_TITLE, FIELDNAME_TITLE_DEFAULT, FIELDNAME_TYPE, FIELDNAME_TYPE_DEFAULT, FIELDNAME_URL, FIELDNAME_URL_DEFAULT, OBJECT_TYPE_PDF, OBJECT_TYPE_PORTLET, OBJECT_TYPE_PORTLET_APPLICATION, OBJECT_TYPE_URL |
| Constructor Summary | |
|---|---|
BaseParsedObject()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Getter for property className. |
String |
getContent()
Returns parsed object content |
String |
getDescription()
Returns parsed object description |
Map |
getFields()
Returns parsed object searchable fields |
String |
getKey()
Returns parsed object key |
String[] |
getKeywords()
Returns parsed object keywords |
Map |
getKeywordsMap()
|
String |
getLanguage()
Returns parsed object language |
float |
getScore()
Getter for property score. |
String |
getTitle()
Returns parsed object title |
String |
getType()
Returns parsed object type |
URL |
getURL()
Returns parsed object URL |
void |
setClassName(String className)
Setter for property className. |
void |
setContent(String content)
Sets parsed object content |
void |
setDescription(String description)
Sets parsed object description |
void |
setFields(Map fields)
Sets parsed object searchable fields |
void |
setKey(String key)
Sets parsed object key |
void |
setKeywords(String[] keywords)
Sets parsed object keywords |
void |
setKeywordsMap(Map keywordsMap)
|
void |
setLanguage(String language)
Sets parsed object language |
void |
setScore(float score)
Setter for property score. |
void |
setTitle(String title)
Sets parsed object title |
void |
setType(String type)
Sets parsed object type |
void |
setURL(URL url)
Sets parsed object URL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String key
private String type
private String title
private String description
private String content
private String language
private URL url
private String[] keywords
private Map keywordsMap
private Map fields
private float score
private String className
| Constructor Detail |
|---|
public BaseParsedObject()
| Method Detail |
|---|
public String getKey()
getKey in interface org.apache.jetspeed.search.ParsedObjectpublic void setKey(String key)
setKey in interface org.apache.jetspeed.search.ParsedObjectcontent - public String getType()
getType in interface org.apache.jetspeed.search.ParsedObjectpublic void setType(String type)
setType in interface org.apache.jetspeed.search.ParsedObjecttype - public String getContent()
getContent in interface org.apache.jetspeed.search.ParsedObjectpublic void setContent(String content)
setContent in interface org.apache.jetspeed.search.ParsedObjectcontent - public String getDescription()
getDescription in interface org.apache.jetspeed.search.ParsedObjectpublic void setDescription(String description)
setDescription in interface org.apache.jetspeed.search.ParsedObjectdescription - public String[] getKeywords()
getKeywords in interface org.apache.jetspeed.search.ParsedObjectpublic void setKeywords(String[] keywords)
setKeywords in interface org.apache.jetspeed.search.ParsedObjectkeywords - public String getTitle()
getTitle in interface org.apache.jetspeed.search.ParsedObjectpublic void setTitle(String title)
setTitle in interface org.apache.jetspeed.search.ParsedObjecttitle - public String getLanguage()
getLanguage in interface org.apache.jetspeed.search.ParsedObjectpublic void setLanguage(String language)
setLanguage in interface org.apache.jetspeed.search.ParsedObjectlanguage - public Map getFields()
getFields in interface org.apache.jetspeed.search.ParsedObjectpublic void setFields(Map fields)
setFields in interface org.apache.jetspeed.search.ParsedObjectfields - public URL getURL()
getURL in interface org.apache.jetspeed.search.ParsedObjectpublic void setURL(URL url)
setURL in interface org.apache.jetspeed.search.ParsedObjectfields - public float getScore()
getScore in interface org.apache.jetspeed.search.ParsedObjectpublic void setScore(float score)
setScore in interface org.apache.jetspeed.search.ParsedObjectscore - New value of property score.public String getClassName()
getClassName in interface org.apache.jetspeed.search.ParsedObjectpublic void setClassName(String className)
setClassName in interface org.apache.jetspeed.search.ParsedObjectscore - New value of property className.public Map getKeywordsMap()
getKeywordsMap in interface org.apache.jetspeed.search.ParsedObjectpublic void setKeywordsMap(Map keywordsMap)
setKeywordsMap in interface org.apache.jetspeed.search.ParsedObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||