org.springframework.social.linkedin.api
Class Product

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

public class Product
extends LinkedInObject
implements Serializable

Model class representing a product.

See Also:
Serialized Form

Nested Class Summary
static class Product.ProductRecommendation
           
 
Constructor Summary
Product(Date creationTimestamp, String description, List<String> features, int id, String logoUrl, String name, int numRecommendations, CodeAndName productCategory, List<Product.ProductRecommendation> recommendations, CodeAndName type, String websiteUrl)
           
 
Method Summary
 Date getCreationTimestamp()
           
 String getDescription()
           
 List<String> getFeatures()
           
 int getId()
           
 String getLogoUrl()
           
 String getName()
           
 int getNumRecommendations()
           
 CodeAndName getProductCategory()
           
 List<Product.ProductRecommendation> getRecommendations()
           
 CodeAndName getType()
           
 String getWebsiteUrl()
           
 
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

public Product(Date creationTimestamp,
               String description,
               List<String> features,
               int id,
               String logoUrl,
               String name,
               int numRecommendations,
               CodeAndName productCategory,
               List<Product.ProductRecommendation> recommendations,
               CodeAndName type,
               String websiteUrl)
Method Detail

getCreationTimestamp

public Date getCreationTimestamp()

getDescription

public String getDescription()

getFeatures

public List<String> getFeatures()

getId

public int getId()

getLogoUrl

public String getLogoUrl()

getName

public String getName()

getNumRecommendations

public int getNumRecommendations()

getProductCategory

public CodeAndName getProductCategory()

getRecommendations

public List<Product.ProductRecommendation> getRecommendations()

getType

public CodeAndName getType()

getWebsiteUrl

public String getWebsiteUrl()