org.brickred.socialauth
Class Recommendation

java.lang.Object
  extended by org.brickred.socialauth.Recommendation
All Implemented Interfaces:
Serializable

public class Recommendation
extends Object
implements Serializable

Data bean for recommendation info

Author:
tarun.nagpal
See Also:
Serialized Form

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

Recommendation

public Recommendation()
Method Detail

getRecommendationId

public String getRecommendationId()
Retrieves the recommendation id

Returns:
String the recommendation id

setRecommendationId

public void setRecommendationId(String recommendationId)
Updates the recommendation id

Parameters:
recommendationId - the recommendation id

getRecommendationType

public String getRecommendationType()
Retrieves the recommendation type

Returns:
String the recommendation type

setRecommendationType

public void setRecommendationType(String recommendationType)
Updates the recommendation type

Parameters:
recommendationType - the recommendation type

getRecommendationText

public String getRecommendationText()
Retrieves the recommendation text

Returns:
String the recommendation text

setRecommendationText

public void setRecommendationText(String recommendationText)
Updates the recommendation text

Parameters:
recommendationText - the recommendation text

getRecommenderId

public String getRecommenderId()
Retrieves the recommender id

Returns:
String the recommender id

setRecommenderId

public void setRecommenderId(String recommenderId)
Updates the recommender id

Parameters:
recommenderId - the recommender id

getRecommenderFirstName

public String getRecommenderFirstName()
Retrieves the recommender first name

Returns:
String the recommender first name

setRecommenderFirstName

public void setRecommenderFirstName(String recommenderFirstName)
Updates the recommender first name

Parameters:
recommenderFirstName - the recommender first name

getRecommenderLastName

public String getRecommenderLastName()
Retrieves the recommender last name

Returns:
String the recommender last name

setRecommenderLastName

public void setRecommenderLastName(String recommenderLastName)
Updates the recommender last name

Parameters:
recommenderLastName - the recommender last name

toString

public String toString()
Retrieves the recommendation as a string

Overrides:
toString in class Object
Returns:
String


Copyright © 2014. All rights reserved.