|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.brickred.socialauth.Recommendation
public class Recommendation
Data bean for recommendation info
| Constructor Summary | |
|---|---|
Recommendation()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Recommendation()
| Method Detail |
|---|
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 namepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||