public class Recommendation extends Object implements Serializable
| Constructor and Description |
|---|
Recommendation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRecommendationId()
Retrieves the recommendation id
|
String |
getRecommendationText()
Retrieves the recommendation text
|
String |
getRecommendationType()
Retrieves the recommendation type
|
String |
getRecommenderFirstName()
Retrieves the recommender first name
|
String |
getRecommenderId()
Retrieves the recommender id
|
String |
getRecommenderLastName()
Retrieves the recommender last name
|
void |
setRecommendationId(String recommendationId)
Updates the recommendation id
|
void |
setRecommendationText(String recommendationText)
Updates the recommendation text
|
void |
setRecommendationType(String recommendationType)
Updates the recommendation type
|
void |
setRecommenderFirstName(String recommenderFirstName)
Updates the recommender first name
|
void |
setRecommenderId(String recommenderId)
Updates the recommender id
|
void |
setRecommenderLastName(String recommenderLastName)
Updates the recommender last name
|
String |
toString()
Retrieves the recommendation as a string
|
public String getRecommendationId()
public void setRecommendationId(String recommendationId)
recommendationId - the recommendation idpublic String getRecommendationType()
public void setRecommendationType(String recommendationType)
recommendationType - the recommendation typepublic String getRecommendationText()
public void setRecommendationText(String recommendationText)
recommendationText - the recommendation textpublic String getRecommenderId()
public void setRecommenderId(String recommenderId)
recommenderId - the recommender idpublic String getRecommenderFirstName()
public void setRecommenderFirstName(String recommenderFirstName)
recommenderFirstName - the recommender first namepublic String getRecommenderLastName()
public void setRecommenderLastName(String recommenderLastName)
recommenderLastName - the recommender last nameCopyright © 2018. All Rights Reserved.