java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
de.hybris.platform.personalizationyprofile.yaas.Affinity
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Direct Known Subclasses:
LocationsAffinity

@Deprecated public class Affinity extends LinkedHashMap<String,Object> implements Map<String,Object>
Deprecated.
Deprecated because Profile structure has changed
See Also:
  • Constructor Details

    • Affinity

      public Affinity(BigDecimal score, Integer recentViewCount, BigDecimal recentScore)
      Deprecated.
    • Affinity

      public Affinity()
      Deprecated.
  • Method Details

    • setScore

      public void setScore(BigDecimal score)
      Deprecated.
      Generated property for Affinity.score property defined at extension personalizationyprofile.
    • getScore

      public BigDecimal getScore()
      Deprecated.
    • setRecentViewCount

      public void setRecentViewCount(Integer recentViewCount)
      Deprecated.
      Generated property for Affinity.recentViewCount property defined at extension personalizationyprofile.
    • getRecentViewCount

      public Integer getRecentViewCount()
      Deprecated.
    • setRecentScore

      public void setRecentScore(BigDecimal recentScore)
      Deprecated.
      Generated property for Affinity.recentScore property defined at extension personalizationyprofile.
    • getRecentScore

      public BigDecimal getRecentScore()
      Deprecated.