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

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

public static final class Product.ProductRecommendation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Product.ProductRecommendation(int id, int productId, LinkedInProfile recommender, java.lang.String text, java.util.Date timestamp)
           
 
Method Summary
 int getId()
           
 int getProductId()
           
 LinkedInProfile getRecommender()
           
 java.lang.String getText()
           
 java.util.Date getTimestamp()
           
 
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,
                                     java.lang.String text,
                                     java.util.Date timestamp)
Method Detail

getId

public int getId()

getProductId

public int getProductId()

getRecommender

public LinkedInProfile getRecommender()

getText

public java.lang.String getText()

getTimestamp

public java.util.Date getTimestamp()