public class RelatedTermImpl extends java.lang.Object implements RelatedTerm, java.io.Serializable
Topic.State
Constructor and Description |
---|
RelatedTermImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Deprecated.
|
long |
getHitCount()
Get the number of hits in the result set that have this topic.
|
java.lang.String |
getId()
Get the id of the related term.
|
java.util.Map<java.lang.String,java.lang.String> |
getInfos()
Get some additional information about this related term.
|
long |
getScore()
Get the "score" of this topic.
|
Topic.State |
getState()
Get the refinement state of this topic in the context of this query.
|
java.lang.String |
getTitle()
Get the title of the related term, ie the form to use to display it.
|
java.lang.String |
getZapId()
Deprecated.
|
void |
setCount(int count)
Deprecated.
|
void |
setHitCount(long value) |
void |
setId(java.lang.String id) |
void |
setScore(long score) |
void |
setState(Topic.State state) |
void |
setTitle(java.lang.String title) |
void |
setZapId(java.lang.String zapId) |
java.lang.String |
toString() |
public java.lang.String getId()
RelatedTerm
SearchParameter.REFINE
).
It can be prefixed by "+" for a regular refinement.getId
in interface RelatedTerm
getId
in interface Topic
public void setId(java.lang.String id)
public java.lang.String getTitle()
RelatedTerm
getTitle
in interface RelatedTerm
getTitle
in interface Topic
public void setTitle(java.lang.String title)
public java.util.Map<java.lang.String,java.lang.String> getInfos()
RelatedTerm
getInfos
in interface RelatedTerm
public Topic.State getState()
Topic
public void setState(Topic.State state)
@Deprecated public int getCount()
getCount
in interface Topic
getHitCount()
public long getHitCount()
Topic
getHitCount
in interface Topic
public void setHitCount(long value)
@Deprecated public void setCount(int count)
setHitCount
public long getScore()
Topic
public void setScore(long score)
@Deprecated public java.lang.String getZapId()
Topic
public void setZapId(java.lang.String zapId)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.