Class BrowseTerm
java.lang.Object
io.goobi.viewer.model.termbrowsing.BrowseTerm
- All Implemented Interfaces:
Serializable
BrowseTerm class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBrowseTerm(String term, String sortTerm, de.intranda.metadata.multilanguage.IMetadataValue translations) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToHitCount(int num) addToHitCount.booleanlongGetter for the fieldhitCount.Getter for the fieldpiList.Getter for the fieldsortTerm.getTerm()Getter for the fieldterm.de.intranda.metadata.multilanguage.IMetadataValueinthashCode()setHitCount(long hitCount)
-
Constructor Details
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getTerm
Getter for the field
term.- Returns:
- the term
-
getSortTerm
Getter for the field
sortTerm.- Returns:
- the sortTerm
-
getTranslations
public de.intranda.metadata.multilanguage.IMetadataValue getTranslations()- Returns:
- the translations
-
addToHitCount
public void addToHitCount(int num) addToHitCount.
- Parameters:
num- a int.
-
getHitCount
public long getHitCount()Getter for the field
hitCount.- Returns:
- the hitCount
-
setHitCount
- Parameters:
hitCount- the hitCount to set- Returns:
- this
-
getPiList
Getter for the field
piList.- Returns:
- the piList
-