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.personalizationyprofile.yaas.Affinity
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
- Direct Known Subclasses:
LocationsAffinity
@Deprecated public class Affinity extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements java.util.Map<java.lang.String,java.lang.Object>Deprecated.Deprecated because Profile structure has changed- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAffinity.AffinityBuilderDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.math.BigDecimalgetRecentScore()Deprecated.java.lang.IntegergetRecentViewCount()Deprecated.java.math.BigDecimalgetScore()Deprecated.voidsetRecentScore(java.math.BigDecimal recentScore)Deprecated.Generated property forAffinity.recentScoreproperty defined at extensionpersonalizationyprofile.voidsetRecentViewCount(java.lang.Integer recentViewCount)Deprecated.Generated property forAffinity.recentViewCountproperty defined at extensionpersonalizationyprofile.voidsetScore(java.math.BigDecimal score)Deprecated.Generated property forAffinity.scoreproperty defined at extensionpersonalizationyprofile.-
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)
Deprecated.Generated property forAffinity.scoreproperty defined at extensionpersonalizationyprofile.
-
getScore
public java.math.BigDecimal getScore()
Deprecated.
-
setRecentViewCount
public void setRecentViewCount(java.lang.Integer recentViewCount)
Deprecated.Generated property forAffinity.recentViewCountproperty defined at extensionpersonalizationyprofile.
-
getRecentViewCount
public java.lang.Integer getRecentViewCount()
Deprecated.
-
setRecentScore
public void setRecentScore(java.math.BigDecimal recentScore)
Deprecated.Generated property forAffinity.recentScoreproperty defined at extensionpersonalizationyprofile.
-
getRecentScore
public java.math.BigDecimal getRecentScore()
Deprecated.
-
-