public class AffinityData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AffinityData() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getRecentScore() |
java.lang.Integer |
getRecentViewCount() |
java.math.BigDecimal |
getScore() |
void |
setRecentScore(java.math.BigDecimal recentScore) |
void |
setRecentViewCount(java.lang.Integer recentViewCount) |
void |
setScore(java.math.BigDecimal score) |
public void setScore(java.math.BigDecimal score)
public java.math.BigDecimal getScore()
public void setRecentViewCount(java.lang.Integer recentViewCount)
public java.lang.Integer getRecentViewCount()
public void setRecentScore(java.math.BigDecimal recentScore)
public java.math.BigDecimal getRecentScore()
Copyright © 2018 SAP SE. All Rights Reserved.