Interface ProductContentCommerceMLRecommendation
- All Superinterfaces:
CommerceMLRecommendation
-
Method Summary
Modifier and TypeMethodDescriptionlongintgetRank()voidsetEntryClassPK(long entryClassPK) voidsetRank(int rank) Methods inherited from interface com.liferay.commerce.machine.learning.recommendation.CommerceMLRecommendation
getCompanyId, getCreateDate, getJobId, getRecommendedEntryClassPK, getScore, setCompanyId, setCreateDate, setJobId, setRecommendedEntryClassPK, setScore
-
Method Details
-
getEntryClassPK
long getEntryClassPK() -
getRank
int getRank() -
setEntryClassPK
void setEntryClassPK(long entryClassPK) -
setRank
void setRank(int rank)
-