com.sugestio.client.response
Class GetRecommendationsResponse

java.lang.Object
  extended by com.sugestio.client.response.GetRecommendationsResponse

public class GetRecommendationsResponse
extends java.lang.Object


Constructor Summary
GetRecommendationsResponse()
           
 
Method Summary
 void add(Recommendation r)
           
 java.util.List<Recommendation> getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecommendationsResponse

public GetRecommendationsResponse()
Method Detail

add

public void add(Recommendation r)

getList

public java.util.List<Recommendation> getList()