org.springframework.social.linkedin.api
Class Company

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

public class Company
extends LinkedInObject
implements Serializable

Model class representing a Company

See Also:
Serialized Form

Nested Class Summary
static class Company.CompanyAddress
           
static class Company.CompanyContactInfo
           
static class Company.CompanyLocation
           
 
Constructor Summary
Company(int id, String name)
           
 
Method Summary
 String getBlogRssUrl()
           
 CodeAndName getCompanyType()
           
 String getDescription()
           
 List<String> getEmailDomains()
           
 CodeAndName getEmployeeCountRange()
           
 int getFoundedYear()
           
 int getId()
           
 String getIndustry()
           
 List<Company.CompanyLocation> getLocations()
           
 String getLogoUrl()
           
 String getName()
           
 int getNumFollowers()
           
 String getSize()
           
 List<String> getSpecialties()
           
 String getSquareLogoUrl()
           
 CodeAndName getStatus()
           
 CodeAndName getStockExchange()
           
 String getTicker()
           
 String getTwitterId()
           
 String getType()
           
 String getUniversalName()
           
 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

Company

public Company(int id,
               String name)
Method Detail

getId

public int getId()

getName

public String getName()

getIndustry

public String getIndustry()

getSize

public String getSize()

getType

public String getType()

getEmailDomains

public List<String> getEmailDomains()

getBlogRssUrl

public String getBlogRssUrl()

getCompanyType

public CodeAndName getCompanyType()

getDescription

public String getDescription()

getEmployeeCountRange

public CodeAndName getEmployeeCountRange()

getFoundedYear

public int getFoundedYear()

getLocations

public List<Company.CompanyLocation> getLocations()

getLogoUrl

public String getLogoUrl()

getNumFollowers

public int getNumFollowers()

getSpecialties

public List<String> getSpecialties()

getSquareLogoUrl

public String getSquareLogoUrl()

getStatus

public CodeAndName getStatus()

getStockExchange

public CodeAndName getStockExchange()

getTicker

public String getTicker()

getTwitterId

public String getTwitterId()

getUniversalName

public String getUniversalName()

getWebsiteUrl

public String getWebsiteUrl()