org.springframework.social.linkedin.api
Class Company.CompanyLocation

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

public static final class Company.CompanyLocation
extends LinkedInObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
Company.CompanyLocation(Company.CompanyAddress address, Company.CompanyContactInfo contactInfo)
           
 
Method Summary
 Company.CompanyAddress getAddress()
           
 Company.CompanyContactInfo getContactInfo()
           
 
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.CompanyLocation

public Company.CompanyLocation(Company.CompanyAddress address,
                               Company.CompanyContactInfo contactInfo)
Method Detail

getAddress

public Company.CompanyAddress getAddress()

getContactInfo

public Company.CompanyContactInfo getContactInfo()