Class Affinity
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,java.lang.Object>
-
- de.hybris.platform.yaasyprofileconnect.yaas.Affinity
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public class Affinity extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements java.util.Map<java.lang.String,java.lang.Object>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAffinity.AffinityBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetRecentScore()java.lang.IntegergetRecentViewCount()java.math.BigDecimalgetScore()voidsetRecentScore(java.math.BigDecimal recentScore)Generated property forAffinity.recentScoreproperty defined at extensionyaasyprofileconnect.voidsetRecentViewCount(java.lang.Integer recentViewCount)Generated property forAffinity.recentViewCountproperty defined at extensionyaasyprofileconnect.voidsetScore(java.math.BigDecimal score)Generated property forAffinity.scoreproperty defined at extensionyaasyprofileconnect.-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
setScore
public void setScore(java.math.BigDecimal score)
Generated property forAffinity.scoreproperty defined at extensionyaasyprofileconnect.
-
getScore
public java.math.BigDecimal getScore()
-
setRecentViewCount
public void setRecentViewCount(java.lang.Integer recentViewCount)
Generated property forAffinity.recentViewCountproperty defined at extensionyaasyprofileconnect.
-
getRecentViewCount
public java.lang.Integer getRecentViewCount()
-
setRecentScore
public void setRecentScore(java.math.BigDecimal recentScore)
Generated property forAffinity.recentScoreproperty defined at extensionyaasyprofileconnect.
-
getRecentScore
public java.math.BigDecimal getRecentScore()
-
-