org.springframework.social.linkedin.api
Class Product.ProductRecommendation

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Product.ProductRecommendation
All Implemented Interfaces:
Serializable
Enclosing class:
Product

public static final class Product.ProductRecommendation
extends LinkedInObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
Product.ProductRecommendation(int id, int productId, LinkedInProfile recommender, String text, Date timestamp)
           
 
Method Summary
 int getId()
           
 int getProductId()
           
 LinkedInProfile getRecommender()
           
 String getText()
           
 Date getTimestamp()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product.ProductRecommendation

public Product.ProductRecommendation(int id,
                                     int productId,
                                     LinkedInProfile recommender,
                                     String text,
                                     Date timestamp)
Method Detail

getId

public int getId()

getProductId

public int getProductId()

getRecommender

public LinkedInProfile getRecommender()

getText

public String getText()

getTimestamp

public Date getTimestamp()