Class UserContentRecommendation

java.lang.Object
com.liferay.analytics.machine.learning.content.UserContentRecommendation

public class UserContentRecommendation extends Object
  • Constructor Details

    • UserContentRecommendation

      public UserContentRecommendation()
  • Method Details

    • getAssetCategoryIds

      public long[] getAssetCategoryIds()
    • getCompanyId

      public long getCompanyId()
    • getCreateDate

      public Date getCreateDate()
    • getEntryClassPK

      public long getEntryClassPK()
    • getJobId

      public String getJobId()
    • getRecommendedEntryClassPK

      public long getRecommendedEntryClassPK()
    • getScore

      public float getScore()
    • setAssetCategoryIds

      public void setAssetCategoryIds(long[] assetCategoryIds)
    • setCompanyId

      public void setCompanyId(long companyId)
    • setCreateDate

      public void setCreateDate(Date createDate)
    • setEntryClassPK

      public void setEntryClassPK(long entryClassPK)
    • setJobId

      public void setJobId(String jobId)
    • setRecommendedEntryClassPK

      public void setRecommendedEntryClassPK(long recommendedEntryClassPK)
    • setScore

      public void setScore(float score)