public class RecommendedProduct extends Object
Constructor and Description |
---|
RecommendedProduct() |
Modifier and Type | Method and Description |
---|---|
int |
getProductId()
Returns the ProductId
|
String |
getProductName()
Returns the ProductName
|
double |
getScore()
Returns the Score
|
void |
setProductId(int nProductId)
Sets the ProductId
|
void |
setProductName(String strProductName)
Sets the ProductName
|
void |
setScore(double dScore)
Sets the Score
|
String |
toString() |
public int getProductId()
public void setProductId(int nProductId)
nProductId
- The ProductIdpublic String getProductName()
public void setProductName(String strProductName)
strProductName
- The ProductNamepublic double getScore()
public void setScore(double dScore)
fScore
- The ScoreCopyright © 2019 City of Paris. All rights reserved.